Right now filewatch cannot watch very many files. There are several barriers to take down before the driver can really scale feasibly. The main goal is to be able to handle at least 64k files. The first step to this is likely to implement deduplication in C, as per this issue.
Right now filewatch cannot watch very many files. There are several barriers to take down before the driver can really scale feasibly. The main goal is to be able to handle at least 64k files. The first step to this is likely to implement deduplication in C, as per this issue.