From a7b8e3c3e4da15ca10a6aa84b31da41cd22181ca Mon Sep 17 00:00:00 2001 From: ziegler Date: Tue, 23 Jan 2024 08:05:49 +0100 Subject: [PATCH] Fix: Added timeout to avoid concurrency issues with h5p --- service/src/main/php/bootstrap.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/service/src/main/php/bootstrap.php b/service/src/main/php/bootstrap.php index a01aed0..ad98cf3 100644 --- a/service/src/main/php/bootstrap.php +++ b/service/src/main/php/bootstrap.php @@ -140,7 +140,15 @@ //cordova echo ''; - echo ''; + echo ''; exit(0); } }