aboutsummaryrefslogtreecommitdiff
path: root/app/Services/ImportService.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Services/ImportService.php')
-rw-r--r--app/Services/ImportService.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Services/ImportService.php b/app/Services/ImportService.php
index 55aa28679..6f6ca13ac 100644
--- a/app/Services/ImportService.php
+++ b/app/Services/ImportService.php
@@ -36,6 +36,7 @@ class FreshRSS_Import_Service {
* @param boolean $dry_run true to not create categories and feeds in database.
*/
public function importOpml(string $opml_file, $forced_category = null, $dry_run = false) {
+ @set_time_limit(300);
$this->lastStatus = true;
$opml_array = array();
try {