worker-fuzzy.inc 375 B

123456789101112
  1. # Socket to listen on (UDP and TCP from rspamd 1.3)
  2. bind_socket = "*:11445";
  3. allow_update = ["127.0.0.1", "::1"];
  4. # Number of processes to serve this storage (useful for read scaling)
  5. count = 1;
  6. # Backend ("sqlite" or "redis" - default "sqlite")
  7. backend = "redis";
  8. # Hashes storage time (3 months)
  9. expire = 90d;
  10. # Synchronize updates to the storage each minute
  11. sync = 1min;