Configurable offline time, after which nodes are automatically deleted
This commit is contained in:
parent
d518f3c2b5
commit
b283744749
4 changed files with 10 additions and 10 deletions
|
@ -6,6 +6,8 @@
|
|||
"databaseFile": "/tmp/ffffng.sqlite",
|
||||
"peersPath": "/tmp/peers",
|
||||
|
||||
"pruneTime": 100,
|
||||
|
||||
"logging": {
|
||||
"directory": "/tmp/logs",
|
||||
"debug": false,
|
||||
|
@ -48,6 +50,7 @@
|
|||
},
|
||||
"monitoring": {
|
||||
"enabled": false
|
||||
"prunePeriodString": "3 Monate",
|
||||
},
|
||||
"coordsSelector": {
|
||||
"lat": 53.565278,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue