diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-27 00:02:48 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-27 00:02:48 +0000 |
commit | 3728212eeea755b5a71e38a9e8dbd832ba3b4b19 (patch) | |
tree | 43426a2e847c76b7eec3804a1db53c66ef1a56e6 /src/libutil/expression.h | |
parent | 6607a24cc8b050497cedf5a20c17d9e2950da68b (diff) | |
download | rspamd-3728212eeea755b5a71e38a9e8dbd832ba3b4b19.tar.gz rspamd-3728212eeea755b5a71e38a9e8dbd832ba3b4b19.zip |
More to priorities optimization.
Diffstat (limited to 'src/libutil/expression.h')
-rw-r--r-- | src/libutil/expression.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/expression.h b/src/libutil/expression.h index 8605bbbda..924dbb45b 100644 --- a/src/libutil/expression.h +++ b/src/libutil/expression.h @@ -28,6 +28,8 @@ #include "config.h" #include "mem_pool.h" +#define RSPAMD_EXPRESSION_MAX_PRIORITY 1024 + typedef struct rspamd_expression_atom_s { /* Opaque userdata */ gpointer data; |