aboutsummaryrefslogtreecommitdiff
path: root/netnuke.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2009-09-16 12:01:20 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2009-09-16 12:01:20 -0400
commit6b6636911908530ce58b5d94498cf18b5bd2942e (patch)
treeaef57f9486ec22d4607e2f52a61ebd3534a510a9 /netnuke.h
parent867e18dbfa4e749f46a2e018385f433ed4b71db0 (diff)
downloadNetNuke-6b6636911908530ce58b5d94498cf18b5bd2942e.tar.gz
Fixed a few things, but before a few others.
Diffstat (limited to 'netnuke.h')
-rw-r--r--netnuke.h2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>."
/* 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