Deterministically set the default refresh interval to one second.

Approved by:	phk
MFC after:	1 week
This commit is contained in:
Dag-Erling Smørgrav
2007-03-29 07:23:49 +00:00
parent 991555c9c0
commit c8113770e8
+1 -1
View File
@@ -52,7 +52,7 @@
#include <unistd.h>
static int flag_a, flag_c, flag_d;
static int flag_I = 500000;
static int flag_I = 1000000;
static void usage(void);