From 7301464bf30c548b24f31c143f642e57c80afe6c Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Fri, 19 Jan 2024 10:23:59 +0100 Subject: [PATCH] wip --- config/bundle.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/bundle.php b/config/bundle.php index 971cf85..a45b955 100644 --- a/config/bundle.php +++ b/config/bundle.php @@ -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), /* |--------------------------------------------------------------------------