Home
last modified time | relevance | path

Searched refs:idle_timeout (Results 1 – 5 of 5) sorted by last modified time

/unit/docs/
H A Dunit-openapi.yaml3267 /config/settings/http/idle_timeout:
3268 summary: "Endpoint for the `idle_timeout` option in `http`"
3271 summary: "Retrieve the idle_timeout option from http settings"
3282 description: "OK; the `idle_timeout` option exists in
3299 summary: "Create or overwrite the idle_timeout option"
3333 summary: "Delete the idle_timeout option"
4672 idle_timeout: 180
4936 idle_timeout: 180
4954 idle_timeout: 180
5487 idle_timeout:
[all …]
/unit/src/
H A Dnxt_router.c33 nxt_msec_t idle_timeout; member
1478 offsetof(nxt_router_app_conf_t, idle_timeout),
1532 offsetof(nxt_socket_conf_t, idle_timeout),
1745 apcf.idle_timeout = 15000; in nxt_router_conf_create()
1854 app->idle_timeout = apcf.idle_timeout; in nxt_router_conf_create()
1982 skcf->idle_timeout = 180 * 1000; in nxt_router_conf_create()
4917 timeout = port->idle_start + app->idle_timeout; in nxt_router_adjust_idle_timer()
H A Dnxt_conf_validation.c2817 int64_t idle_timeout; member
2837 offsetof(nxt_conf_vldt_processes_conf_t, idle_timeout),
2873 proc.idle_timeout = 15; in nxt_conf_vldt_processes()
2908 if (proc.idle_timeout < 0) { in nxt_conf_vldt_processes()
2913 if (proc.idle_timeout > NXT_INT32_T_MAX / 1000) { in nxt_conf_vldt_processes()
H A Dnxt_router.h140 nxt_msec_t idle_timeout; member
194 nxt_msec_t idle_timeout; member
H A Dnxt_h1proto.c258 .timer_data = offsetof(nxt_socket_conf_t, idle_timeout),
393 .timer_data = offsetof(nxt_socket_conf_t, idle_timeout),
1848 .timer_data = offsetof(nxt_socket_conf_t, idle_timeout),