From 8a74becdffafc865e382df5af1e2ec10dafd8ec6 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Mon, 19 Aug 2019 22:33:32 +0200 Subject: [PATCH] Remove obsolete queue config --- framework/core/src/Foundation/InstalledSite.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/framework/core/src/Foundation/InstalledSite.php b/framework/core/src/Foundation/InstalledSite.php index 196bae904..a7e1393be 100644 --- a/framework/core/src/Foundation/InstalledSite.php +++ b/framework/core/src/Foundation/InstalledSite.php @@ -182,9 +182,6 @@ class InstalledSite implements SiteInterface ] ] ], - 'queue' => [ - 'default' => 'sync' - ], 'session' => [ 'lifetime' => 120, 'files' => $this->paths['storage'].'/sessions',