]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- patch to allow specify fcgi_retry timeout at compile time
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 19 Apr 2005 08:00:25 +0000 (08:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-fcgi-retry-timeout.patch -> 1.1

lighttpd-fcgi-retry-timeout.patch [new file with mode: 0644]

diff --git a/lighttpd-fcgi-retry-timeout.patch b/lighttpd-fcgi-retry-timeout.patch
new file mode 100644 (file)
index 0000000..ead4889
--- /dev/null
@@ -0,0 +1,12 @@
+--- lighttpd-1.3.13/src/settings.h~    2005-04-19 10:50:29.000000000 +0300
++++ lighttpd-1.3.13/src/settings.h     2005-04-19 10:50:30.000000000 +0300
+@@ -6,7 +6,9 @@
+ #define INET_NTOP_CACHE_MAX 4
+ #define FILE_CACHE_MAX      16
++#ifndef FCGI_RETRY_TIMEOUT
+ #define FCGI_RETRY_TIMEOUT  (5 * 60)
++#endif
+ /**
+  * max size of a buffer which will just be reset
This page took 0.100055 seconds and 4 git commands to generate.