summaryrefslogtreecommitdiffstats
path: root/src/core.c
diff options
context:
space:
mode:
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)
{