Initial Commit
This commit is contained in:
18
services/http.cfg
Normal file
18
services/http.cfg
Normal file
@ -0,0 +1,18 @@
|
||||
# timeout in milliseconds for the http requests (optional, defaults to 5000)
|
||||
#timeout=
|
||||
|
||||
# the interval in milliseconds when to find new refresh candidates
|
||||
# (optional, defaults to 1000)
|
||||
#granularity=
|
||||
|
||||
# whether to substitute the current time or state value into the URL
|
||||
# (optional, defaults to true)
|
||||
#format=
|
||||
|
||||
# configuration of the first cache item
|
||||
#<id1>.url=
|
||||
#<id1>.updateInterval=
|
||||
|
||||
# configuration of the second cache item
|
||||
#<id2>.url=
|
||||
#<id2>.updateInterval=
|
Reference in New Issue
Block a user