From 17c0693fc7c47beb18297e741c347a2876f28884 Mon Sep 17 00:00:00 2001 From: in2 Date: Tue, 3 Sep 2002 07:09:34 +0000 Subject: interval every 3mins -> 1min git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@508 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/outmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/outmail.c b/util/outmail.c index 1c282d61..804638e5 100644 --- a/util/outmail.c +++ b/util/outmail.c @@ -1,4 +1,4 @@ -/* $Id: outmail.c,v 1.3 2002/06/28 14:20:12 in2 Exp $ */ +/* $Id: outmail.c,v 1.4 2002/09/03 07:09:34 in2 Exp $ */ #include #include #include @@ -327,7 +327,7 @@ int main(int argc, char **argv, char **envp) { for(;;) { sendMail(); setproctitle("outmail: sleeping"); - sleep(60 * 3); /* send mail every 3 minute */ + sleep(60); /* send mail every minute */ } return 0; } -- cgit v1.2.3