From d0e508b4cdc06bb5055aec9df6b928f052286cdc Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Mon, 24 Feb 2020 12:57:33 +0100
Subject: [PATCH] disabled connection timeout for local redis

---
 config/database.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/database.php b/config/database.php
index 44b5fca6b..b079591fc 100644
--- a/config/database.php
+++ b/config/database.php
@@ -113,6 +113,7 @@ return [
         'cluster' => false,
 
         'default' => [
+            'read_write_timeout' => -1,
             'host' => env('REDIS_HOST', 'localhost'),
             'password' => env('REDIS_PASSWORD', null),
             'port' => env('REDIS_PORT', 6379),
-- 
GitLab