Give more time to daemons

This commit is contained in:
Roy Marples 2007-10-10 11:55:55 +00:00
parent 25091eb4f4
commit e744a6ba24

View File

@ -13,7 +13,7 @@
/* nano seconds */
#define POLL_INTERVAL 20000000
#define START_WAIT 100000000
#define START_WAIT 500000000
#define ONE_SECOND 1000000000
#include <sys/types.h>