summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIoannis Christoforidis2019-11-27 16:49:05 +0100
committerIoannis Christoforidis2019-11-27 16:49:05 +0100
commit374167eb840e147cb40acd7cd823f66fcdf5f3e2 (patch)
treeb0c682dbc367866ccc3bca47aeae138560ca173b
parentgenerate network interfaces; only selecting one which are up and no loopback (diff)
downloadspeedcheck-374167eb840e147cb40acd7cd823f66fcdf5f3e2.tar.gz
speedcheck-374167eb840e147cb40acd7cd823f66fcdf5f3e2.tar.xz
speedcheck-374167eb840e147cb40acd7cd823f66fcdf5f3e2.zip
fix wrong comment
-rw-r--r--src/copythread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copythread.cpp b/src/copythread.cpp
index 5b9710b..7ecc2a3 100644
--- a/src/copythread.cpp
+++ b/src/copythread.cpp
@@ -6,7 +6,7 @@
// 1M read size
#define BUFFER_SIZE (1000000)
-// 20 seconds for each test
+// 60 seconds for each test
#define TEST_LENGTH (60000)
#define BIGRAND (qint64(qrand()) | (qint64(qrand()) * qint64(RAND_MAX)))