]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-fcgi-retry-timeout.patch
- patch to allow specify fcgi_retry timeout at compile time
[packages/lighttpd.git] / lighttpd-fcgi-retry-timeout.patch
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.020246 seconds and 3 git commands to generate.