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:
Kiall Mac Innes
2015-04-14 15:31:13 +01:00
parent 542ddc47b6
commit 0877cddb1c
3 changed files with 14 additions and 14 deletions

View File

@@ -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