Increased default interval.
This commit is contained in:
parent
90cecd5c04
commit
afd642582c
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -12,7 +12,7 @@ DB_PASSWORD = 'db_password'
|
|||
DB_DATABASE = 'speedtest_db'
|
||||
|
||||
# Speedtest Settings
|
||||
TEST_INTERVAL = 900 # Time between tests (in seconds).
|
||||
TEST_INTERVAL = 1800 # Time between tests (in seconds).
|
||||
TEST_FAIL_INTERVAL = 60 # Time before retrying a failed Speedtest (in seconds).
|
||||
|
||||
influxdb_client = InfluxDBClient(
|
||||
|
|
Loading…
Reference in a new issue