comparison proxy_cache_chunked.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 6fe0459b6668
children 2cd00179f4b2
comparison
equal deleted inserted replaced
502:134ea15d7473 503:071e8941e3bf
38 } 38 }
39 39
40 http { 40 http {
41 %%TEST_GLOBALS_HTTP%% 41 %%TEST_GLOBALS_HTTP%%
42 42
43 proxy_cache_path %%TESTDIR%%/cache keys_zone=NAME:10m; 43 proxy_cache_path %%TESTDIR%%/cache keys_zone=NAME:1m;
44 44
45 server { 45 server {
46 listen 127.0.0.1:8080; 46 listen 127.0.0.1:8080;
47 server_name localhost; 47 server_name localhost;
48 48