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:
DL6ER
2024-02-01 21:51:42 +01:00
parent 4f6225cf3f
commit 74eba5f605
8 changed files with 28 additions and 43 deletions
+1
View File
@@ -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]?