]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-fcgi-retry-timeout.patch
- updated config from 1.3.14-20050420-191708 snap
[packages/lighttpd.git] / lighttpd-fcgi-retry-timeout.patch
CommitLineData
a547152d
ER
1--- lighttpd-1.3.13/src/settings.h~ 2005-04-19 10:50:29.000000000 +0300
2+++ lighttpd-1.3.13/src/settings.h 2005-04-19 10:50:30.000000000 +0300
3@@ -6,7 +6,9 @@
4 #define INET_NTOP_CACHE_MAX 4
5 #define FILE_CACHE_MAX 16
6
7+#ifndef FCGI_RETRY_TIMEOUT
8 #define FCGI_RETRY_TIMEOUT (5 * 60)
9+#endif
10
11 /**
12 * max size of a buffer which will just be reset
This page took 0.145039 seconds and 4 git commands to generate.