We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987fec8 commit 4ba746dCopy full SHA for 4ba746d
2 files changed
services/ping_prophet/config/horizon.php
@@ -166,7 +166,7 @@
166
|
167
*/
168
169
- 'memory_limit' => 64,
+ 'memory_limit' => 128,
170
171
/*
172
|--------------------------------------------------------------------------
services/ping_prophet/config/queue.php
@@ -13,7 +13,7 @@
13
14
15
16
- 'default' => env('QUEUE_CONNECTION', 'database'),
+ 'default' => env('QUEUE_CONNECTION', 'redis'),
17
18
19
0 commit comments