changeset 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 d329b05e20fa
children d2d00eea7b3d
files mail_oauth.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mail_oauth.t
+++ b/mail_oauth.t
@@ -65,6 +65,8 @@ mail {
 http {
     %%TEST_GLOBALS_HTTP%%
 
+    map_hash_bucket_size 64;
+
     map $http_auth_protocol $proxy_port {
 	imap %%PORT_8144%%;
 	pop3 %%PORT_8111%%;