aboutsummaryrefslogtreecommitdiff
path: root/controllers/archive.php
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/archive.php')
-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;