Implement deleted zone purging
Change-Id: I69e1be7e49dc4ee44f1f2b454ae5c758f4389245
This commit is contained in:
@@ -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
|
||||
##############
|
||||
|
||||
Reference in New Issue
Block a user