summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gstat
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2007-03-29 07:23:49 +0000
committerdes <des@FreeBSD.org>2007-03-29 07:23:49 +0000
commit8da21dc79ca3cfb32b4237c6bf2000c91a2d2465 (patch)
tree44c18c2a024eed03ae8371fbc7ffc0bf2321d401 /usr.sbin/gstat
parent7d2b653105263a9bcf5d9266a85f24ee4383d011 (diff)
downloadFreeBSD-src-8da21dc79ca3cfb32b4237c6bf2000c91a2d2465.zip
FreeBSD-src-8da21dc79ca3cfb32b4237c6bf2000c91a2d2465.tar.gz
Deterministically set the default refresh interval to one second.
Approved by: phk MFC after: 1 week
Diffstat (limited to 'usr.sbin/gstat')
-rw-r--r--usr.sbin/gstat/gstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/gstat/gstat.c b/usr.sbin/gstat/gstat.c
index 87d6381..f982235 100644
--- a/usr.sbin/gstat/gstat.c
+++ b/usr.sbin/gstat/gstat.c
@@ -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);
OpenPOWER on IntegriCloud