From c798eb1a4dba6ee5686a3c4bab12018ee3381918 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 8 Feb 2025 19:13:50 +0200 Subject: fix: Increase timeouts --- controllers/archive.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'controllers') diff --git a/controllers/archive.php b/controllers/archive.php index 54f5f4a..a3afb9f 100644 --- a/controllers/archive.php +++ b/controllers/archive.php @@ -6,6 +6,9 @@ use Exception; use TypeError; use ValueError; +// 5 minutes +set_time_limit(300); + function on_post() { if (!array_key_exists('async', $_POST) || $_POST['async'] !== 'true') { return; -- cgit v1.2.3