Skip to content

Commit 3b30d81

Browse files
committed
Enforce 30 second minimum poll interval
1 parent 0c2b76b commit 3b30d81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configschema.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"pollInterval": {
1010
"description": "Interval to update followers (seconds)",
1111
"type": "integer",
12-
"default": 30
12+
"default": 30,
13+
"minimum": 30
1314
}
1415
},
1516
"required": ["username"]

0 commit comments

Comments
 (0)