Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3.0
-
None
-
None
Description
The recorded last modification time is of the parent directory, If modification time > last recorded modification time then we will read the file again.
In case where directory modification time < file modification time, we will keep on reading the file again and again.
Fix is to record file modification time instead of parent modification time.