| Index: third_party/WebKit/LayoutTests/http/conf/cygwin-httpd.conf
|
| diff --git a/third_party/WebKit/LayoutTests/http/conf/cygwin-httpd.conf b/third_party/WebKit/LayoutTests/http/conf/cygwin-httpd.conf
|
| index 214bf7281e32f4e026c310e8b7eab0e2eb6081ab..5b7bbcdac14ce165a534eafe9b1b5204302b0c49 100644
|
| --- a/third_party/WebKit/LayoutTests/http/conf/cygwin-httpd.conf
|
| +++ b/third_party/WebKit/LayoutTests/http/conf/cygwin-httpd.conf
|
| @@ -1,3 +1,4 @@
|
| +ServerTokens Prod
|
| ServerType standalone
|
|
|
| ServerRoot "/usr"
|
| @@ -10,8 +11,8 @@ AccessConfig /dev/null
|
|
|
| Timeout 300
|
| KeepAlive On
|
| -MaxKeepAliveRequests 100
|
| -KeepAliveTimeout 15
|
| +MaxKeepAliveRequests 999
|
| +KeepAliveTimeout 999
|
|
|
| MinSpareServers 1
|
| MaxSpareServers 5
|
|
|