mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Remove config option database.DBexport. Its implementation was broken by design as its value was always overwritten by the condition (database.maxDBdays > 0). Replace it with exactly this condition and document the behavior in the config file
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -338,8 +338,6 @@ components:
|
||||
properties:
|
||||
DBimport:
|
||||
type: boolean
|
||||
DBexport:
|
||||
type: boolean
|
||||
maxDBdays:
|
||||
type: integer
|
||||
DBinterval:
|
||||
@@ -660,7 +658,6 @@ components:
|
||||
refreshNames: IPV4_ONLY
|
||||
database:
|
||||
DBimport: true
|
||||
DBexport: true
|
||||
maxDBdays: 365
|
||||
DBinterval: 60
|
||||
useWAL: true
|
||||
|
||||
Reference in New Issue
Block a user