From 7c3c86ce3fad9d222561fddc3bb30e7f1aa66b32 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 23 Mar 2011 20:14:08 +0300 Subject: * Add ability to extract urls from subject field Fix phishing plugin. * Important fix for multimap/cdb handling * Important fix for phishing detector --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 64357c264..cef64d8a1 100644 --- a/src/main.c +++ b/src/main.c @@ -605,8 +605,8 @@ wait_for_workers (gpointer key, gpointer value, gpointer unused) if (got_alarm) { got_alarm = 0; - /* Set alarm for hard termination */ - set_alarm (HARD_TERMINATION_TIME); + /* Set alarm for hard termination but with less time */ + set_alarm (HARD_TERMINATION_TIME / 10); } if (waitpid (w->pid, &res, 0) == -1) { -- cgit v1.2.3