Implement deleted zone purging

Change-Id: I69e1be7e49dc4ee44f1f2b454ae5c758f4389245
This commit is contained in:
Federico Ceratto
2015-07-31 16:22:31 +01:00
parent dbd58dfe00
commit d0595c5a90
16 changed files with 671 additions and 70 deletions

View File

@@ -219,6 +219,19 @@ debug = False
# Whether to allow synchronous zone exports
#export_synchronous = True
#------------------------
# Deleted domains purging
#------------------------
[zone_manager_task:domain_purge]
# How frequently to purge deleted domains, in seconds
#interval = 3600 # 1h
# How many records to be deleted on each run
#batch_size = 100
# How old deleted records should be (deleted_at) to be purged, in seconds
#time_threshold = 604800 # 7 days
#-----------------------
# Pool Manager Service
#-----------------------
@@ -311,6 +324,7 @@ debug = False
#masters = 192.168.27.100:5354
#type = bind9
##############
## Network API
##############