mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-02-04 09:14:30 +00:00
Up poll interval because TOTA activations are quick
This commit is contained in:
@@ -9,7 +9,7 @@ from spotproviders.http_spot_provider import HTTPSpotProvider
|
|||||||
# The provider typically doesn't give us a lat/lon or SIG explicitly, so our own config provides this information. This
|
# The provider typically doesn't give us a lat/lon or SIG explicitly, so our own config provides this information. This
|
||||||
# functionality is implemented for TOTA events.
|
# functionality is implemented for TOTA events.
|
||||||
class XOTA(HTTPSpotProvider):
|
class XOTA(HTTPSpotProvider):
|
||||||
POLL_INTERVAL_SEC = 300
|
POLL_INTERVAL_SEC = 120
|
||||||
FIXED_LATITUDE = None
|
FIXED_LATITUDE = None
|
||||||
FIXED_LONGITUDE = None
|
FIXED_LONGITUDE = None
|
||||||
SIG = None
|
SIG = None
|
||||||
|
|||||||
Reference in New Issue
Block a user