From 890a74a7c7635a8a00f5899b981cbcd206b4d370 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr>
Date: Mon, 4 Jul 2022 15:38:34 +0200
Subject: [PATCH] Increase timeout limit to 60s

---
 public/index.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/public/index.php b/public/index.php
index c420330..7f9d2b2 100644
--- a/public/index.php
+++ b/public/index.php
@@ -1,4 +1,8 @@
 <?php
+
+// increase timeout limit
+set_time_limit(60);
+
 require '../spotify/spotify.php';
 require '../spotify/lib.php';
 
-- 
GitLab