diff options
author | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-19 21:47:19 +0200 |
---|---|---|
committer | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-29 15:48:57 +0200 |
commit | 21e905a3875f5da9ec36393c5d9987487920f00b (patch) | |
tree | 7a441cbbd80d167eb2f3653320cae2ccde5a4a20 /src/core.c | |
parent | 8fa2479f8f1bc518727f7055be6549d5f1139bb6 (diff) |
rise redirection timeout to 3600 seconds
Diffstat (limited to 'src/core.c')
-rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |