comparison mail_oauth.t @ 1996:099c972fb42b

Tests: fixed mail_oauth.t to run with CPU cache line size 32.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 09 Aug 2024 05:18:51 +0300
parents b5e2609d34a3
children
comparison
equal deleted inserted replaced
1995:d329b05e20fa 1996:099c972fb42b
62 } 62 }
63 } 63 }
64 64
65 http { 65 http {
66 %%TEST_GLOBALS_HTTP%% 66 %%TEST_GLOBALS_HTTP%%
67
68 map_hash_bucket_size 64;
67 69
68 map $http_auth_protocol $proxy_port { 70 map $http_auth_protocol $proxy_port {
69 imap %%PORT_8144%%; 71 imap %%PORT_8144%%;
70 pop3 %%PORT_8111%%; 72 pop3 %%PORT_8111%%;
71 smtp %%PORT_8026%%; 73 smtp %%PORT_8026%%;