mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Merge pull request #1868 from pi-hole/new/useWAL
Make WAL mode for pihole-FTL.db optional
This commit is contained in:
@@ -344,6 +344,8 @@ components:
|
||||
type: integer
|
||||
DBinterval:
|
||||
type: integer
|
||||
useWAL:
|
||||
type: boolean
|
||||
network:
|
||||
type: object
|
||||
properties:
|
||||
@@ -661,6 +663,7 @@ components:
|
||||
DBexport: true
|
||||
maxDBdays: 365
|
||||
DBinterval: 60
|
||||
useWAL: true
|
||||
network:
|
||||
parseARPcache: true
|
||||
expire: 365
|
||||
|
||||
Reference in New Issue
Block a user