[gamin] poll limit patch to test



Yo,

Daniel could you please apply the attached patch and test if anything
changes? Make sure you are running against the latest CVS.

Thanks,

-- 
John McCutchan <ttb tentacle dhs org>
Index: server/gam_poll.c
===================================================================
RCS file: /cvs/gnome/gamin/server/gam_poll.c,v
retrieving revision 1.65
diff -u -r1.65 gam_poll.c
--- server/gam_poll.c	3 Aug 2005 01:48:23 -0000	1.65
+++ server/gam_poll.c	3 Aug 2005 17:21:38 -0000
@@ -459,10 +459,8 @@
     const char *path;
 
     /* If not enough time has passed since the last time we polled this node, stop here */
-#if 0
     if (node->lasttime && (current_time - node->lasttime) < node->poll_time) 
 	    return 0;
-#endif
 
     path = gam_node_get_path(node);
 #ifdef VERBOSE_POLL


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]