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:
@@ -482,6 +482,7 @@
|
||||
DBexport = true
|
||||
|
||||
# How long should queries be stored in the database [days]?
|
||||
# Setting this to 0 disables exporting queries to the database.
|
||||
maxDBdays = 365
|
||||
|
||||
# How often do we store queries in FTL's database [seconds]?
|
||||
|
||||
Reference in New Issue
Block a user