aekrylov / vic2_economy_analyzer

Victoria 2 savegame economy analyzer, updated version
Other
46 stars 8 forks source link

Duplicate filesystem events cause watcher to parse every file twice #6

Open aekrylov opened 7 years ago

aekrylov commented 7 years ago

When the games writes a file, filesystem MODIFY event is fired multiple times, and each time watcher constructs a new Report. It doesn't affect game history, but may affect performance