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
+1 -1
View File
@@ -2,7 +2,7 @@
return [
'version' => '1.8',
'version' => '1.8.1',
// Define size of chunk uploaded by MB. E.g. integer 128 means chunk size will be 128MB.
'chunk_size' => env('CHUNK_SIZE', '128'),