Skip to content

Commit

Permalink
Increase timeout for Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Dec 9, 2021
1 parent d2a929b commit 0ec5eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/database.php
Expand Up @@ -207,7 +207,7 @@ function ($a, $b) {
['options' => [
'replication' => 'sentinel',
'service' => env('REDIS_SENTINEL_SERVICE', 'mymaster'),
'sentinel_timeout' => 2.0,
'sentinel_timeout' => 3.0,
'parameters' => [
'password' => env('REDIS_PASSWORD', null),
'database' => env('REDIS_DB', 0),
Expand All @@ -226,7 +226,7 @@ function ($a, $b) {
['options' => [
'replication' => 'sentinel',
'service' => env('REDIS_SENTINEL_SERVICE', 'mymaster'),
'sentinel_timeout' => 2.0,
'sentinel_timeout' => 3.0,
'parameters' => [
'password' => env('REDIS_PASSWORD', null),
'database' => env('REDIS_CACHE_DB', 1),
Expand Down

0 comments on commit 0ec5eb5

Please sign in to comment.