SQLite indexer overload fix

- added jobs migration
- added queue:work to scheduler
- new setup in env.example
- frontend build
This commit is contained in:
Peter Papp
2020-12-05 10:22:50 +01:00
parent 6bc84d4b25
commit 77e29852a5
10 changed files with 128 additions and 276 deletions

View File

@@ -6,7 +6,10 @@ APP_URL=http://localhost
APP_DEMO=false
LOG_CHANNEL=stack
SCOUT_DRIVER=tntsearch
SCOUT_QUEUE=true
FILESYSTEM_DRIVER=
CHUNK_SIZE=128
@@ -19,7 +22,7 @@ DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
QUEUE_CONNECTION=database
SESSION_DRIVER=file
SESSION_LIFETIME=120