Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 473)
+++ /trunk/xcache.c	(revision 474)
@@ -831,5 +831,5 @@
 
 stat_done:
-		delta = XG(request_time) - pbuf->st_mtime < 2;
+		delta = XG(request_time) - pbuf->st_mtime;
 		if (abs(delta) < 2 && !xc_test) {
 			return FAILURE;
