diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-08 19:13:50 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-08 19:14:20 +0200 |
| commit | c798eb1a4dba6ee5686a3c4bab12018ee3381918 (patch) | |
| tree | f21a2b93c17b308caec38afdb6c17b8623ff056b /controllers | |
| parent | 4ede3db3a71276ce607c3f48e76c9fb9ad9ba1ad (diff) | |
| download | nowayforward_human-c798eb1a4dba6ee5686a3c4bab12018ee3381918.tar nowayforward_human-c798eb1a4dba6ee5686a3c4bab12018ee3381918.tar.gz nowayforward_human-c798eb1a4dba6ee5686a3c4bab12018ee3381918.zip | |
fix: Increase timeouts
Diffstat (limited to 'controllers')
| -rw-r--r-- | controllers/archive.php | 3 |
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; |
