diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-21 15:20:41 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-21 15:20:41 +0100 |
commit | a580a748b7c70b25a4c9b0cd4250919393c7c671 (patch) | |
tree | 36ca5f76e57f57920ab578e1ecf034103db2ce7a /test/lua/unit/task.lua | |
parent | 89ab03e9b072862caf3c9727264836688a458f8d (diff) | |
download | rspamd-a580a748b7c70b25a4c9b0cd4250919393c7c671.tar.gz rspamd-a580a748b7c70b25a4c9b0cd4250919393c7c671.zip |
Use non-predictable hash seed to avoid collision attacks.
Diffstat (limited to 'test/lua/unit/task.lua')
-rw-r--r-- | test/lua/unit/task.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lua/unit/task.lua b/test/lua/unit/task.lua index c5528f7f6..ef38c02a3 100644 --- a/test/lua/unit/task.lua +++ b/test/lua/unit/task.lua @@ -15,7 +15,7 @@ context("Task processing", function() }, logging = { type = 'console', - level = 'info' + level = 'debug' }, metric = { name = 'default', |