Change the type of forced-update

This commit is contained in:
Laurent Bouriez
2022-03-08 12:49:09 -05:00
parent 8050a55469
commit 0f66105770
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",
"iterations": 0,
"period": 300,
"forced_update": false,
"forced_update": 300,
"secure_ssl": true,
"providers": [
{

View File

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