summary refs log tree commit diff
path: root/pkgs/development/tools/misc/distcc/20-minute-io-timeout.patch
blob: 175060137fdad14db20b71e7ed1ec67507fe8044 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ubr distcc-3.1-orig/src/io.c distcc-3.1-patched/src/io.c
--- distcc-3.1-orig/src/io.c	2008-12-02 22:50:25.000000000 +0100
+++ distcc-3.1-patched/src/io.c	2010-01-07 15:07:18.000000000 +0100
@@ -64,7 +64,7 @@
 
 /** Timeout for all IO other than opening connections.  Much longer, because
  * compiling files can take a long time. **/
-const int dcc_io_timeout = 300; /* seconds */
+const int dcc_io_timeout = 1200; /* seconds */
 
 
 /**