summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/gp_config.c')
-rw-r--r--proxy/src/gp_config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/src/gp_config.c b/proxy/src/gp_config.c
index 552539d..c0b4b47 100644
--- a/proxy/src/gp_config.c
+++ b/proxy/src/gp_config.c
@@ -61,6 +61,8 @@ int load_config(struct gp_config *cfg)
}
}
+ cfg->num_workers = iniparser_getint(d, "gssproxy:worker threads", 0);
+
done:
iniparser_freedict(d);
return ret;