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
-3
View File
@@ -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