Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 72be591

Browse files
committed
shardman.cmd_retry_naptime commented.
1 parent e4a953c commit 72be591

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

postgresql.conf.lord.template

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
shardman.shardlord = on # this instance is shardlord?
22
shardman.shardlord_dbname = ars # shardlord's dbname
33
shardman.shardlord_connstring = 'port=5432' # shardlord's connstring
4-
shardman.cmd_retry_naptime = 500 # sleep milliseconds after failure
4+
# Sleep milliseconds after any failure during cmd execution. Also, we restart
5+
# shardlord bgw itself after this period of time if it has failed.
6+
shardman.cmd_retry_naptime = 500
57
shardman.poll_interval = 500 # long operations poll frequency in milliseconds

0 commit comments

Comments
 (0)