Merge pull request #244 from lbouriez/master

Change the type of forced-update
This commit is contained in:
Alexandre
2022-03-08 19:37:33 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ The available configuration options are as follows (this is filled in with some
"iface": "eth0", "iface": "eth0",
"iterations": 0, "iterations": 0,
"period": 300, "period": 300,
"forced_update": false, "forced_update": 300,
"secure_ssl": true, "secure_ssl": true,
"providers": [ "providers": [
{ {

View File

@@ -22,7 +22,7 @@
"iface": "str?", "iface": "str?",
"iterations": "int?", "iterations": "int?",
"period": "int?", "period": "int?",
"forced_update": "bool?", "forced_update": "int?",
"secure_ssl": "bool?", "secure_ssl": "bool?",
"providers": [ "providers": [
{ {