ryanries/PassFiltEx

If the blacklist reloading interval questions.

poplarfeng opened this issue · 2 comments

The blacklist is reloaded every 60 seconds, so feel free to edit the blacklist file at will. The password filter will read the new updates within a minute.

//

  1. If the blacklist reloading interval can be modified?
  2. If the blacklist file is not changed, will it be reloaded?

thank a lot.

Hello,

  1. No, currently the reloading frequency is hard coded at 60 seconds.
  2. No, the file is not reloaded if it did not change. I monitor for last modified time specifically and only reload when that changes.

Thanks!

Hello,

  1. No, currently the reloading frequency is hard coded at 60 seconds.
  2. No, the file is not reloaded if it did not change. I monitor for last modified time specifically and only reload when that changes.

Thanks!

Thank you vevy much for your answer.