add test download timeout

This commit is contained in:
arm64v8a
2023-07-22 17:11:32 +09:00
parent 387285e1e4
commit 9fe08ca20d
12 changed files with 163 additions and 98 deletions

View File

@@ -96,6 +96,7 @@ namespace NekoGui {
QString log_level = "warning";
QString test_latency_url = "http://cp.cloudflare.com/";
QString test_download_url = "http://cachefly.cachefly.net/10mb.test";
int test_download_timeout = 30;
int test_concurrent = 5;
int traffic_loop_interval = 1000;
bool connection_statistics = false;