From a547152d5282248f7b349f1899604ddf5510c53a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 19 Apr 2005 08:00:25 +0000 Subject: [PATCH] - patch to allow specify fcgi_retry timeout at compile time Changed files: lighttpd-fcgi-retry-timeout.patch -> 1.1 --- lighttpd-fcgi-retry-timeout.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lighttpd-fcgi-retry-timeout.patch diff --git a/lighttpd-fcgi-retry-timeout.patch b/lighttpd-fcgi-retry-timeout.patch new file mode 100644 index 0000000..ead4889 --- /dev/null +++ b/lighttpd-fcgi-retry-timeout.patch @@ -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 -- 2.44.0