Skip to content

Commit 12a33ee

Browse files
committed
自动安装的MySQL binlog过期时间改成7天
1 parent 26302ca commit 12a33ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/web/actions/default/setup/mysql/mysqlinstallers/mysql_installer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ max_prepared_stmt_count=65535
498498
binlog_cache_size=1M
499499
binlog_stmt_cache_size=1M
500500
thread_cache_size=32
501-
binlog_expire_logs_seconds=1209600
501+
binlog_expire_logs_seconds=604800
502502
`
503503
}
504504

0 commit comments

Comments
 (0)