summaryrefslogtreecommitdiffstats
path: root/src/core.c
diff options
context:
space:
mode:
authortiptorrent development team <tiptorrent@soleta.eu>2021-09-19 21:47:19 +0200
committertiptorrent development team <tiptorrent@soleta.eu>2021-09-29 15:48:57 +0200
commit21e905a3875f5da9ec36393c5d9987487920f00b (patch)
tree7a441cbbd80d167eb2f3653320cae2ccde5a4a20 /src/core.c
parent8fa2479f8f1bc518727f7055be6549d5f1139bb6 (diff)
rise redirection timeout to 3600 seconds
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 896ba59..dff5a7c 100644
--- a/src/core.c
+++ b/src/core.c
@@ -213,7 +213,7 @@ static void tip_client_redirect_timer_cb(struct ev_loop *loop, ev_timer *timer,
free(redir);
}
-#define TIP_CLIENT_REDIRECT_TIMEOUT 300.
+#define TIP_CLIENT_REDIRECT_TIMEOUT 3600.
int tip_client_redirect_create(const struct tip_client *cli)
{