summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index f5b550c..c6405b5 100644
--- a/src/config.h
+++ b/src/config.h
@@ -86,7 +86,8 @@
// Number of unsuccessful alt_server probes before read errors are reported to the block layer
// (ALL servers will be probed this many times)
-#define PROBE_COUNT_TIMEOUT 20
+// Set to 0 to disable
+#define PROBE_COUNT_TIMEOUT 0
// +++++ Block Device +++++
#define KERNEL_SECTOR_SIZE 512