Roxen.git/
server/
base_server/
fsgc.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-16
2017-11-16 15:20:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>
94cf53bf0bb5d45a33a3bc7883de1db83183e8ba (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
patches/ep302
FSGC: Pedantic threshold fix.
366:
GC_WERR("FSGC: Deleting stale file: %O\n", path); if (path == root) return; // Override accelerated stable change notification.
-
if (st->mtime > time(1) - stable_time) {
+
if (st->mtime >
=
time(1) - stable_time) {
GC_WERR("FSGC: Keeping file: %O\n", path); // Remove the stable notification marker, and reschedule. last_change = st->mtime;