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 76acdbc commit 05888e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
'class' => JobQueueRedis::class,
'redisServer' => $redisServerIP,
'redisConfig' => [
'connectTimeout' => 5,
'readTimeout' => 5,
'connectTimeout' => 2,
'readTimeout' => 10,
'password' => $wmgRedisPassword,
'compression' => 'gzip',
],
Expand Down

0 comments on commit 05888e4

Please sign in to comment.