Add config option for WHO loop interval

This commit is contained in:
2018-07-28 22:02:40 +01:00
parent 23617cae53
commit 9e3ae677e1
2 changed files with 5 additions and 2 deletions

View File

@@ -25,12 +25,15 @@
"Tweaks": {
"ZNC": {
"Prefix": "*"
},
"Delays": {
"WhoLoop": 60
}
},
"Default": {
"host": null,
"port": null,
"protocol": null,
"protocol": "ssl",
"bind": null,
"timeout": 30,
"maxdelay": 360,