Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 12, 2024
1 parent 422827e commit e19fb68
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions laravel/config/concurrency.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Default Concurrency Driver
|--------------------------------------------------------------------------
|
| This option determines the default concurrency driver that will be used
| by Laravel's concurrency functions. By default, concurrent work will
| be sent to isolated PHP processes which will return their results.
|
| Supported: "process", "fork", "sync"
|
*/

'driver' => env('CONCURRENCY_DRIVER', 'process'),

];

0 comments on commit e19fb68

Please sign in to comment.