Update PM pooling defaults
Based on testing with multiple PM/mDNS/Nameservers etc in a production-ish deploy, increasing these counts and intervals reduces the chances of a zone entering ERROR state and requiring correction via the periodic sync/recovery timers. The tests currently hardcode some of the config values as expected arguments, we'll want to fix this up to be less brittle ASAP. Change-Id: Ib999a6b21ab271c1c46bca5319e5ba204fe951c1
This commit is contained in:
@@ -161,9 +161,9 @@ debug = False
|
||||
#pool_id = 794ccc2c-d751-44fe-b57f-8894c9f5c842
|
||||
#threshold_percentage = 100
|
||||
#poll_timeout = 30
|
||||
#poll_retry_interval = 2
|
||||
#poll_max_retries = 3
|
||||
#poll_delay = 1
|
||||
#poll_retry_interval = 15
|
||||
#poll_max_retries = 10
|
||||
#poll_delay = 5
|
||||
#periodic_recovery_interval = 120
|
||||
#periodic_sync_interval = 1800
|
||||
#periodic_sync_seconds = None
|
||||
|
||||
Reference in New Issue
Block a user