From b138630d39723587c294b2aad8cf5f707f4d801e Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 27 Nov 2022 18:47:48 +1100 Subject: [PATCH] Wind back some changes for configuration: --- config/ninja.php | 3 +-- config/queue.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/ninja.php b/config/ninja.php index 45ec406ae11d..8583baa84408 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -211,5 +211,4 @@ return [ 'dev_mode' => env("YODLEE_DEV_MODE", false), 'config_name' => env("YODLEE_CONFIG_NAME", false), ], - 'dbs' => ['db-ninja-01','db-ninja-02'] -]; +]; \ No newline at end of file diff --git a/config/queue.php b/config/queue.php index 18666fc43454..412282299176 100644 --- a/config/queue.php +++ b/config/queue.php @@ -67,7 +67,7 @@ return [ 'connection' => env('REDIS_QUEUE_CONNECTION', 'default'), 'queue' => env('REDIS_QUEUE', 'default'), 'retry_after' => 90000000, - 'block_for' => 1, + 'block_for' => null, 'after_commit' => false, ],