Skip to content

Commit 145d8e9

Browse files
authored
redis: Experiment setting readTimeout to 2
1 parent edfe100 commit 145d8e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GlobalCache.php

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
'redisServer' => $redisServerIP,
147147
'redisConfig' => [
148148
'connectTimeout' => 2,
149+
'readTimeout' => 2,
149150
'password' => $wmgRedisPassword,
150151
'compression' => 'gzip',
151152
],

0 commit comments

Comments
 (0)