-
Enhancement
-
Resolution: Won't Fix
-
P4
-
9
Currently the code uses Thread.sleep(...) between file edits to make sure modification timestamps are updated. This is a bit fragile since different operating systems have different timestamp granularity.
A better approach would be to have a mechanism that blocks until a new timestamp is detected.
A better approach would be to have a mechanism that blocks until a new timestamp is detected.