!2966 扩大备份日志数量

Merge pull request !2966 from jihanyu/master
This commit is contained in:
opengauss-bot
2023-02-28 12:05:07 +00:00
committed by Gitee
3 changed files with 3 additions and 3 deletions

View File

@ -716,7 +716,7 @@ ss_work_thread_count|int|16,128|NULL|NULL|
ss_recv_msg_pool_size|int|1024,1048576|kB|NULL|
ss_interconnect_type|string|0,0|NULL|NULL|
ss_log_level|int|0,887|NULL|NULL|
ss_log_backup_file_count|int|0,128|NULL|NULL|
ss_log_backup_file_count|int|0,1024|NULL|NULL|
ss_log_max_file_size|int|1024,4194304|kB|NULL|
ss_instance_id|int|0,63|NULL|NULL|
ss_interconnect_url|string|0,0|NULL|NULL|

View File

@ -3549,7 +3549,7 @@ static void InitStorageConfigureNamesInt()
&g_instance.attr.attr_storage.dms_attr.sslog_backup_file_count,
10,
0,
128,
1024,
NULL,
assign_ss_log_backup_file_count,
NULL},

View File

@ -621,7 +621,7 @@ select name,vartype,unit,min_val,max_val from pg_settings where name <> 'qunit_c
ssl_ciphers | string | | |
ssl_crl_file | string | | |
ssl_key_file | string | | |
ss_log_backup_file_count | integer | | 0 | 128
ss_log_backup_file_count | integer | | 0 | 1024
ss_log_level | integer | | 0 | 887
ss_log_max_file_size | integer | kB | 1024 | 4194304
ssl_renegotiation_limit | integer | kB | 0 | 2147483647