summaryrefslogtreecommitdiffstats
path: root/src/cfg_file.l
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-12-18 17:48:06 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-12-18 17:48:06 +0300
commitc6e6ea88a2e03609b0be013d2df0de1c6062712f (patch)
tree7492bb4cb0d47466c900319fa040b0d428560431 /src/cfg_file.l
parent1b1bcd6966f47a2568acee011dd4b9f18195d765 (diff)
downloadrspamd-c6e6ea88a2e03609b0be013d2df0de1c6062712f.tar.gz
rspamd-c6e6ea88a2e03609b0be013d2df0de1c6062712f.zip
* Add limits support to each worker (max open files and max core size)
* Fix dependency on lex and yacc sources
Diffstat (limited to 'src/cfg_file.l')
-rw-r--r--src/cfg_file.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cfg_file.l b/src/cfg_file.l
index fdb151b45..5eea28ba3 100644
--- a/src/cfg_file.l
+++ b/src/cfg_file.l
@@ -63,6 +63,9 @@ settings return SETTINGS;
user_settings return USER_SETTINGS;
domain_settings return DOMAIN_SETTINGS;
+maxfiles return MAXFILES;
+maxcore return MAXCORE;
+
filters return FILTERS;
factors return FACTORS;
grow_factor return GROW_FACTOR;