Тип: | integer |
По умолчанию: | 60000 (1min) |
Минимальный: | 0 (0ms) |
Максимальный: | 2147483647 (2147483647ms) |
Ед. изм: | milliseconds (ms) |
Контекст: | sighup |
Перезапуск: | false |
От: | 9.3 |
Задаёт период времени (в миллисекундах), по истечении которого прерываются неактивные соединения репликации. Это помогает принимающему ведомому серверу обнаружить сбой ведущего или разрыв сети. При значении, равном нулю, тайм-аут отключается. Задать этот параметр можно только в postgresql.conf или в командной строке при запуске сервера. Значение по умолчанию — 60 секунд.
На StackOverflow
- how to resolve ERROR: could not start WAL streaming: ERROR: replication slot "xxx" is active for PID 124563
- Getting Exception : "replication slot "XXX" is active for PID XXX`" on deploying service on kubernetes with RollingUpdate deployment strategy
- What causes data on a read-replica to be an old_snapshot and cause conflict?
- Postgresql WalReceiver process waits on connecting master regardless of "connect_timeout"
- First time doing postgres replication -- not working
На pgsql-hackers
- outdated references to replication timeout
- Re: Add client connection check during the execution of the query
- RE: Add client connection check during the execution of the query
- Re: Subscription test 013_partition.pl fails under CLOBBER_CACHE_ALWAYS
- Re: Logical Replication - behavior of ALTER PUBLICATION .. DROP TABLE and ALTER SUBSCRIPTION .. REFRESH PUBLICATION