diff ssi.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 134ea15d7473
children 5baf4b01cae4
line wrap: on
line diff
--- a/ssi.t
+++ b/ssi.t
@@ -38,7 +38,7 @@ http {
     %%TEST_GLOBALS_HTTP%%
 
     proxy_cache_path       %%TESTDIR%%/cache levels=1:2
-                           keys_zone=NAME:10m;
+                           keys_zone=NAME:1m;
 
     server {
         listen       127.0.0.1:8080;