You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

worker-fuzzy.inc 654B

12345678910111213141516171819202122
  1. # Fuzzy storage worker setup
  2. # Please don't modify this file as your changes might be overwritten with
  3. # the next update.
  4. #
  5. # You can modify 'local.d/worker-fuzzy.inc' to add and merge
  6. # parameters defined inside this section
  7. #
  8. # You can modify 'override.d/worker-fuzzy.inc' to strictly override all
  9. # parameters defined inside this section
  10. #
  11. # See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories
  12. # for details
  13. # Module documentation: https://rspamd.com/doc/workers/fuzzy_storage.html
  14. backend = "redis";
  15. # For sqlite stuff
  16. #backend = "sqlite";
  17. #hash_file = "${DBDIR}/fuzzy.db";
  18. expire = 90d;
  19. allow_update = ["localhost"];