summaryrefslogtreecommitdiff
path: root/sys/conf/param.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/param.c')
-rw-r--r--sys/conf/param.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c
index 7143e840563..fd38300be34 100644
--- a/sys/conf/param.c
+++ b/sys/conf/param.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.c,v 1.39 2019/04/20 15:47:23 deraadt Exp $ */
+/* $OpenBSD: param.c,v 1.40 2019/04/28 14:51:16 deraadt Exp $ */
/* $NetBSD: param.c,v 1.16 1996/03/12 03:08:40 mrg Exp $ */
/*
@@ -102,7 +102,7 @@ int mblowat = MBLOWAT;
int mcllowat = MCLLOWAT;
#ifndef BUFCACHEPERCENT
-#define BUFCACHEPERCENT 80
+#define BUFCACHEPERCENT 20
#endif
int bufcachepercent = BUFCACHEPERCENT;