Commit 5e6d1686 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Kill long forgotten and unused parameters

parent 882aface
...@@ -85,15 +85,9 @@ struct params { ...@@ -85,15 +85,9 @@ struct params {
#undef ptyp_vsl_reclen #undef ptyp_vsl_reclen
/* Unprivileged user / group */ /* Unprivileged user / group */
char *user;
uid_t uid; uid_t uid;
char *group;
gid_t gid; gid_t gid;
/* Extra group for compiler access */
char *group_cc;
gid_t gid_cc;
/* TTL used for lack of anything better */ /* TTL used for lack of anything better */
double default_ttl; double default_ttl;
...@@ -111,7 +105,6 @@ struct params { ...@@ -111,7 +105,6 @@ struct params {
unsigned wthread_max; unsigned wthread_max;
double wthread_timeout; double wthread_timeout;
unsigned wthread_pools; unsigned wthread_pools;
unsigned wthread_add_threshold;
double wthread_add_delay; double wthread_add_delay;
double wthread_fail_delay; double wthread_fail_delay;
double wthread_destroy_delay; double wthread_destroy_delay;
...@@ -127,7 +120,6 @@ struct params { ...@@ -127,7 +120,6 @@ struct params {
unsigned vsl_buffer; unsigned vsl_buffer;
unsigned shm_workspace;
unsigned http_req_size; unsigned http_req_size;
unsigned http_req_hdr_len; unsigned http_req_hdr_len;
unsigned http_resp_size; unsigned http_resp_size;
...@@ -196,8 +188,6 @@ struct params { ...@@ -196,8 +188,6 @@ struct params {
unsigned gzip_level; unsigned gzip_level;
unsigned gzip_memlevel; unsigned gzip_memlevel;
unsigned obj_readonly;
double critbit_cooloff; double critbit_cooloff;
double vcl_cooldown; double vcl_cooldown;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment