FileSystemWatcherMemoryCache icon indicating copy to clipboard operation
FileSystemWatcherMemoryCache copied to clipboard

Unfortunately it has a major issue

Open lmattcris opened this issue 3 years ago • 0 comments

It all would work, only if it wasn't for this https://failingfast.io/erratic-behaviour-from-net-memorycache-expiration/

The MemoryCache is expiring only on 20-seconds boundaries (like 12:34:00, 12:34:20, 12:34:40, ...). Then every event in between won't be recognized for up to 20 seconds - which is pretty unusable, to be responsive.

lmattcris avatar Sep 05 '22 07:09 lmattcris