From 12a33ee9fc8a73447a7b4b26d947ddd3518752c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 12 Mar 2023 20:58:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=AE=89=E8=A3=85=E7=9A=84My?= =?UTF-8?q?SQL=20binlog=E8=BF=87=E6=9C=9F=E6=97=B6=E9=97=B4=E6=94=B9?= =?UTF-8?q?=E6=88=907=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/setup/mysql/mysqlinstallers/mysql_installer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/web/actions/default/setup/mysql/mysqlinstallers/mysql_installer.go b/internal/web/actions/default/setup/mysql/mysqlinstallers/mysql_installer.go index 35cee27d..43e71c32 100644 --- a/internal/web/actions/default/setup/mysql/mysqlinstallers/mysql_installer.go +++ b/internal/web/actions/default/setup/mysql/mysqlinstallers/mysql_installer.go @@ -498,7 +498,7 @@ max_prepared_stmt_count=65535 binlog_cache_size=1M binlog_stmt_cache_size=1M thread_cache_size=32 -binlog_expire_logs_seconds=1209600 +binlog_expire_logs_seconds=604800 ` }