diff options
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/constants.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py index 3376d30a0..8f87a18ee 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -192,6 +192,3 @@ DEFAULT_CONFIG = ( ('log', object), # Path to context specific log file ) - -# Default DNS zone refresh interval in seconds (0 = disabled) -DNS_ZONE_REFRESH = 30 |