From 37d6c7f23fd44283d1853141d39ecc3f3a2c54e6 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 28 Mar 2011 21:00:38 +0400 Subject: * Add more timeouts: for fuzzy operations, for worker task operations Handle miliseconds using a common macro. --- src/main.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 02bebf89a..aac10529e 100644 --- a/src/main.h +++ b/src/main.h @@ -26,8 +26,7 @@ #define SOFT_SHUTDOWN_TIME 10 /* Default metric name */ #define DEFAULT_METRIC "default" -/* 60 seconds for worker's IO */ -#define WORKER_IO_TIMEOUT 60 + /* Spam subject */ #define SPAM_SUBJECT "*** SPAM *** " -- cgit v1.2.3