pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-07-17
2017-07-17 09:38:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
14f32827117e93ada3c7bcb896cf074a5b516c3f (
10
lines) (+
10
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Some more Filesystem.Monitor updates.
55:
o Filesystem.Monitor
+
- Reduced initialization latency.
+
- Changed the polling heuristic. This is intended to reduce poll (and notification) delays in
73:
other hosts. To avoid missing such changes these monitors need to be actively scanned too.
+
- Fixed lost acceleration with InotifyMonitor
+
+
Recover from race-condition where when a file was repeatedly
+
created and deleted, acceleration was lost.
+
+
- Fixed symlink issue with InotifyMonitor.
+
o Sql.pgsql Sped up BEGIN/COMMIT statements.