From 05f3b54b7a33ea154e1cc23a5906a45c49a6155b Mon Sep 17 00:00:00 2001 From: lhp1237890 <2113411410@qq.com> Date: Fri, 24 Sep 2021 14:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...1\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" | 1 + 1 file changed, 1 insertion(+) diff --git "a/content/zh/docs/Developerguide/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" "b/content/zh/docs/Developerguide/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" index 077ac9acd..04804a50c 100644 --- "a/content/zh/docs/Developerguide/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" +++ "b/content/zh/docs/Developerguide/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" @@ -44,6 +44,7 @@ >![](public_sys-resources/icon-notice.gif) **须知:** >- 如果主机数据较大,重建备机数据库时需要增大此参数的值,主机数据在 500G时,此参数的参考值为600s。 +> >- 此值不能大于wal\_receiver\_timeout或数据库重建时的超时参数。 **取值范围:**整型,0 \~ INT\_MAX,单位为毫秒(ms)。 -- Gitee