rise redirection timeout to 3600 seconds

master
tiptorrent development team 2021-09-19 21:47:19 +02:00
parent 8fa2479f8f
commit 21e905a387
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ static void tip_client_redirect_timer_cb(struct ev_loop *loop, ev_timer *timer,
free(redir); free(redir);
} }
#define TIP_CLIENT_REDIRECT_TIMEOUT 300. #define TIP_CLIENT_REDIRECT_TIMEOUT 3600.
int tip_client_redirect_create(const struct tip_client *cli) int tip_client_redirect_create(const struct tip_client *cli)
{ {