From 6b6636911908530ce58b5d94498cf18b5bd2942e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 16 Sep 2009 16:01:20 +0000 Subject: Fixed a few things, but before a few others. --- netnuke.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netnuke.h') diff --git a/netnuke.h b/netnuke.h index 8be852a..d5a7632 100644 --- a/netnuke.h +++ b/netnuke.h @@ -40,7 +40,7 @@ int humanize_number(char *buf, size_t len, int64_t bytes, along with this program. If not, see ." /* Output update speed based on writes */ -#define RETAINER 128 +#define RETAINER 0 /* Used to assist argument parsing */ #define ARGMATCH(arg) strncmp(argv[tok], arg, strlen(arg)) == 0 -- cgit