Deleted
Added
nxt_conf_validation.c (394:28ec49e1e6b0) | nxt_conf_validation.c (427:05ae752c6cfb) |
---|---|
1 2/* 3 * Copyright (C) Valentin V. Bartenev 4 * Copyright (C) NGINX, Inc. 5 */ 6 7#include <nxt_main.h> 8#include <nxt_conf.h> --- 64 unchanged lines hidden (view full) --- 73 74 75static nxt_conf_vldt_object_t nxt_conf_vldt_app_limits_members[] = { 76 { nxt_string("timeout"), 77 NXT_CONF_INTEGER, 78 NULL, 79 NULL }, 80 | 1 2/* 3 * Copyright (C) Valentin V. Bartenev 4 * Copyright (C) NGINX, Inc. 5 */ 6 7#include <nxt_main.h> 8#include <nxt_conf.h> --- 64 unchanged lines hidden (view full) --- 73 74 75static nxt_conf_vldt_object_t nxt_conf_vldt_app_limits_members[] = { 76 { nxt_string("timeout"), 77 NXT_CONF_INTEGER, 78 NULL, 79 NULL }, 80 |
81 { nxt_string("reschedule_timeout"), 82 NXT_CONF_INTEGER, 83 NULL, 84 NULL }, 85 |
|
81 { nxt_string("requests"), 82 NXT_CONF_INTEGER, 83 NULL, 84 NULL }, 85 86 { nxt_null_string, 0, NULL, NULL } 87}; 88 --- 466 unchanged lines hidden --- | 86 { nxt_string("requests"), 87 NXT_CONF_INTEGER, 88 NULL, 89 NULL }, 90 91 { nxt_null_string, 0, NULL, NULL } 92}; 93 --- 466 unchanged lines hidden --- |