comparison proxy_cache_lock.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 a3b03c333ad5
children 28a8248740ca
comparison
equal deleted inserted replaced
502:134ea15d7473 503:071e8941e3bf
35 35
36 http { 36 http {
37 %%TEST_GLOBALS_HTTP%% 37 %%TEST_GLOBALS_HTTP%%
38 38
39 proxy_cache_path %%TESTDIR%%/cache levels=1:2 39 proxy_cache_path %%TESTDIR%%/cache levels=1:2
40 keys_zone=NAME:10m; 40 keys_zone=NAME:1m;
41 41
42 server { 42 server {
43 listen 127.0.0.1:8080; 43 listen 127.0.0.1:8080;
44 server_name localhost; 44 server_name localhost;
45 45