Private GIT

Skip to content
Snippets Groups Projects
Commit afd64258 authored by aidengilmartin's avatar aidengilmartin
Browse files

Increased default interval.

parent 90cecd5c
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ DB_PASSWORD = 'db_password' ...@@ -12,7 +12,7 @@ DB_PASSWORD = 'db_password'
DB_DATABASE = 'speedtest_db' DB_DATABASE = 'speedtest_db'
# Speedtest Settings # 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). TEST_FAIL_INTERVAL = 60 # Time before retrying a failed Speedtest (in seconds).
influxdb_client = InfluxDBClient( influxdb_client = InfluxDBClient(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment