diff options
author | Andrew Lewis <nerf@judo.za.org> | 2020-12-17 15:40:09 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2020-12-17 15:40:09 +0200 |
commit | d4d0a56f9e5b4023c534164f82f213b2975a283d (patch) | |
tree | 447eaf283403678310ad247cc4bf353eb4a38bb4 /test | |
parent | c3bbc67337285414516173f778f8e5ab0841b1f6 (diff) | |
download | rspamd-d4d0a56f9e5b4023c534164f82f213b2975a283d.tar.gz rspamd-d4d0a56f9e5b4023c534164f82f213b2975a283d.zip |
[Minor] neural: use prefix in pool variable names
- Also deduplicate some duplicated stuff
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/lua/neural.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/neural.lua b/test/functional/lua/neural.lua index ccdad1b68..7ea29a252 100644 --- a/test/functional/lua/neural.lua +++ b/test/functional/lua/neural.lua @@ -49,7 +49,7 @@ rspamd_config.SAVE_NN_ROW_IDEMPOTENT = { logger.errx(task, err) return end - f:write(tohex(task:cache_get('neural_vec_mpack') or '')) + f:write(tohex(task:cache_get('SHORT_neural_vec_mpack') or '')) f:close() return end, |