diff --git a/netutils/netinit/netinit.c b/netutils/netinit/netinit.c index e90c7c1ab9f..1a1d95b664d 100644 --- a/netutils/netinit/netinit.c +++ b/netutils/netinit/netinit.c @@ -207,8 +207,13 @@ * signal indicating a change in network status. */ -#define LONG_TIME_SEC (60*60) /* One hour in seconds */ -#define SHORT_TIME_SEC (2) /* 2 seconds */ +#ifdef CONFIG_SYSTEM_TIME64 +# define LONG_TIME_SEC (60*60) /* One hour in seconds */ +#else +# define LONG_TIME_SEC (5*60) /* Five minutes in seconds */ +#endif + +#define SHORT_TIME_SEC (2) /* 2 seconds */ /**************************************************************************** * Private Data