diff spdy.t @ 503:071e8941e3bf

Tests: reduce shared memory zone sizes.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 27 Nov 2014 07:39:55 +0300
parents 8474d27c9147
children 42810c40ebb8
line wrap: on
line diff
--- a/spdy.t
+++ b/spdy.t
@@ -50,7 +50,7 @@ events {
 http {
     %%TEST_GLOBALS_HTTP%%
 
-    proxy_cache_path %%TESTDIR%%/cache    keys_zone=NAME:10m;
+    proxy_cache_path %%TESTDIR%%/cache    keys_zone=NAME:1m;
     limit_conn_zone  $binary_remote_addr  zone=conn:1m;
 
     server {