]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib/selection: halve the default timeout (for iteration)
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 19 Feb 2021 09:40:22 +0000 (10:40 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Sun, 21 Feb 2021 15:35:08 +0000 (16:35 +0100)
lib/selection.c

index 5a829bb18c66f2d35f240903a5d504621270a699..311d7c265c125c4f31834ba85a44816202620fac 100644 (file)
@@ -16,7 +16,7 @@
 
 #define VERBOSE_MSG(qry, ...) QRVERBOSE((qry), "slct", __VA_ARGS__)
 
-#define DEFAULT_TIMEOUT 800
+#define DEFAULT_TIMEOUT 400
 #define MAX_TIMEOUT 10000
 #define MAX_BACKOFF 5
 #define MINIMAL_TIMEOUT_ADDITION 20