Skip to content

Commit 4ba746d

Browse files
committed
Increase memory limit to 128 and change default queue connection to Redis
1 parent 987fec8 commit 4ba746d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/ping_prophet/config/horizon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
|
167167
*/
168168

169-
'memory_limit' => 64,
169+
'memory_limit' => 128,
170170

171171
/*
172172
|--------------------------------------------------------------------------

services/ping_prophet/config/queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|
1414
*/
1515

16-
'default' => env('QUEUE_CONNECTION', 'database'),
16+
'default' => env('QUEUE_CONNECTION', 'redis'),
1717

1818
/*
1919
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)