Skip to content

Commit

Permalink
Testing with timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 9, 2023
1 parent 780b342 commit 76acdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
'redisServer' => $redisServerIP,
'redisConfig' => [
'connectTimeout' => 5,
// 'readTimeout' => 2,
'readTimeout' => 5,
'password' => $wmgRedisPassword,
'compression' => 'gzip',
],
Expand Down

0 comments on commit 76acdbc

Please sign in to comment.