diff --git a/config/ninja.php b/config/ninja.php index 45ec406ae..8583baa84 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 18666fc43..412282299 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, ],