aboutsummaryrefslogtreecommitdiff
path: root/netnuke.h
diff options
context:
space:
mode:
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