]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Fri, 16 Nov 2007 01:54:25 +0000 (01:54 +0000)
committerroot <root>
Fri, 16 Nov 2007 01:54:25 +0000 (01:54 +0000)
ev.c

diff --git a/ev.c b/ev.c
index 25e7d74afb50b31607d608ceed29d39f6a90f2ab..42652b7792d150207b93b1b98319a484c843dec3 100644 (file)
--- a/ev.c
+++ b/ev.c
@@ -153,9 +153,9 @@ extern "C" {
 /**/
 
 #define MIN_TIMEJUMP  1. /* minimum timejump that gets detected (if monotonic clock available) */
-#define MAX_BLOCKTIME 59.731 /* never wait longer than this time (to detect time jumps) */
+#define MAX_BLOCKTIME 59.743 /* never wait longer than this time (to detect time jumps) */
 #define PID_HASHSIZE  16 /* size of pid hash table, must be power of two */
-/*#define CLEANUP_INTERVAL 300. /* how often to try to free memory and re-check fds */
+/*#define CLEANUP_INTERVAL (MAX_BLOCKTIME * 5.) /* how often to try to free memory and re-check fds */
 
 #ifdef EV_H
 # include EV_H