aboutsummaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-02-08 19:13:50 +0200
committerSyndamia <kamen@syndamia.com>2025-02-08 19:14:20 +0200
commitc798eb1a4dba6ee5686a3c4bab12018ee3381918 (patch)
treef21a2b93c17b308caec38afdb6c17b8623ff056b /controllers
parent4ede3db3a71276ce607c3f48e76c9fb9ad9ba1ad (diff)
downloadnowayforward_human-c798eb1a4dba6ee5686a3c4bab12018ee3381918.tar
nowayforward_human-c798eb1a4dba6ee5686a3c4bab12018ee3381918.tar.gz
nowayforward_human-c798eb1a4dba6ee5686a3c4bab12018ee3381918.zip
fix: Increase timeouts
Diffstat (limited to 'controllers')
-rw-r--r--controllers/archive.php3
1 files changed, 3 insertions, 0 deletions
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;