1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

Remove obsolete queue config

This commit is contained in:
Franz Liedke
2019-08-19 22:33:32 +02:00
parent c5f5d47d31
commit 8a74becdff

View File

@@ -182,9 +182,6 @@ class InstalledSite implements SiteInterface
]
]
],
'queue' => [
'default' => 'sync'
],
'session' => [
'lifetime' => 120,
'files' => $this->paths['storage'].'/sessions',