Commit 53efa72a authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Kill long forgotten and unused parameters

parent cde5903e
......@@ -85,15 +85,9 @@ struct params {
#undef ptyp_vsl_reclen
/* Unprivileged user / group */
char *user;
uid_t uid;
char *group;
gid_t gid;
/* Extra group for compiler access */
char *group_cc;
gid_t gid_cc;
/* TTL used for lack of anything better */
double default_ttl;
......@@ -111,7 +105,6 @@ struct params {
unsigned wthread_max;
double wthread_timeout;
unsigned wthread_pools;
unsigned wthread_add_threshold;
double wthread_add_delay;
double wthread_fail_delay;
double wthread_destroy_delay;
......@@ -127,7 +120,6 @@ struct params {
unsigned vsl_buffer;
unsigned shm_workspace;
unsigned http_req_size;
unsigned http_req_hdr_len;
unsigned http_resp_size;
......@@ -196,8 +188,6 @@ struct params {
unsigned gzip_level;
unsigned gzip_memlevel;
unsigned obj_readonly;
double critbit_cooloff;
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