summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2007-11-16 01:54:25 +0000
committerroot <root>2007-11-16 01:54:25 +0000
commit29b59e0113de14d04e3d0820eaae99ae0692f02d (patch)
tree6ae50dc94313597703c9cc277cf68d53c1e48dd5
parentb413eacc6b8c416ca28bdb58bd23a5f175e8d97d (diff)
*** empty log message ***
-rw-r--r--ev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev.c b/ev.c
index 25e7d74..42652b7 100644
--- 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