[nginx-tests] Tests: fixed mail_oauth.t to run with CPU cache li...

Maxim Dounin mdounin at mdounin.ru
Mon Aug 12 03:37:27 UTC 2024


details:   http://freenginx.org/hg/nginx-tests/rev/099c972fb42b
branches:  
changeset: 1996:099c972fb42b
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Fri Aug 09 05:18:51 2024 +0300
description:
Tests: fixed mail_oauth.t to run with CPU cache line size 32.

diffstat:

 mail_oauth.t |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff --git a/mail_oauth.t b/mail_oauth.t
--- 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%%;


More information about the nginx-devel mailing list