mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 22:55:03 +03:00
http.c: revert timeout to original ~m10
This commit is contained in:
parent
44b3c9b2a3
commit
17a621e8e7
@ -687,7 +687,7 @@ _http_rec_accept(h2o_handler_t* han_u, h2o_req_t* rec_u)
|
||||
req_u->tim_u = c3_malloc(sizeof(*req_u->tim_u));
|
||||
req_u->tim_u->data = req_u;
|
||||
uv_timer_init(u3L, req_u->tim_u);
|
||||
uv_timer_start(req_u->tim_u, _http_req_timer_cb, 30 * 60 * 1000, 0);
|
||||
uv_timer_start(req_u->tim_u, _http_req_timer_cb, 600 * 1000, 0);
|
||||
|
||||
_http_req_dispatch(req_u, req);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user