diff fastcgi.t @ 64:726c3c2a8b8c

Tests: don't set worker_connections explicitly.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Jan 2009 17:02:57 +0300
parents d68b85def521
children 1c0ec30614c6
line wrap: on
line diff
--- a/fastcgi.t
+++ b/fastcgi.t
@@ -31,7 +31,6 @@ master_process off;
 daemon         off;
 
 events {
-    worker_connections  1024;
 }
 
 http {