Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 19, 2024
1 parent e148c2c commit 7301464
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/bundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
| Import resolution timeout
|--------------------------------------------------------------------------
|
| The _import() function uses a built-in non blocking polling
| mechanism in order to account for async & deferred script
| loading. Here you can tweak it's internal timout in ms.
| The _import() function uses a built-in non blocking polling mechanism in
| order to account for script tags that are not processed sequentially
| and Alpine support. Here you can tweak it's internal timout in ms.
|
*/
'import_resolution_timeout' => env('BUNDLE_IMPORT_RESOLUTION_TIMEOUT', 500),
'import_resolution_timeout' => env('BUNDLE_IMPORT_RESOLUTION_TIMEOUT', 800),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 7301464

Please sign in to comment.