Vsevolod Stakhov

Results 397 comments of Vsevolod Stakhov

I'm using valkey with Rspamd on my mac without any issues. What is the problem?

We might also check if there are any rules defined there

Tests are failing because `enabled` can be missing of course, so the check must be changed to something like `if cfg.neural and (type(cfg.neural.enabled) ~= 'boolean' or cfg.neural.enabled)`

I cannot reproduce this issue. Please enable debug for `control` module.

Of course, killing with `SIGKILL` is not a workaround and is not anyhow appropriate.

Can you also set logging level to `info` please?

It looks good but I think we can improve it slightly by adding a table to match thresholds and multipliers. For example, something like this: ``` thresholds = { 5...

What do you expect if you learn faster than expire can recycle?

I totally agree with @moisseev here - this will likely break the whole learning procedure if we allow Redis to expire some random (potentially significant) tokens. If we want some...

@fatalbanana wdyt? The suggested changes look reasonable to me.