From afd642582c148aeb0bd3e0a573c9d18ad2cca81f Mon Sep 17 00:00:00 2001
From: aidengilmartin <21668472+aidengilmartin@users.noreply.github.com>
Date: Sat, 2 Nov 2019 00:30:55 +0000
Subject: [PATCH] Increased default interval.

---
 main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.py b/main.py
index 01ae00f..dd37dbf 100755
--- a/main.py
+++ b/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(
-- 
GitLab