diff options
author | 1998-01-22 19:05:57 +0000 | |
---|---|---|
committer | 1998-01-22 19:05:57 +0000 | |
commit | 0a50e49e6d4879dc03b5dcd93fc877bf2b634ac6 (patch) | |
tree | 3fa8f9ae6ef6adec757a2f507aadf8ce21462721 | |
parent | expand(1) cannot treat argument correctly; shigio@wafu.netgate.net (diff) | |
download | wireguard-openbsd-0a50e49e6d4879dc03b5dcd93fc877bf2b634ac6.tar.xz wireguard-openbsd-0a50e49e6d4879dc03b5dcd93fc877bf2b634ac6.zip |
crank maxusers
-rw-r--r-- | sys/arch/i386/conf/BABY | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index 6d9aec5a03e..975dfdfa682 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.31 1998/01/06 02:42:30 deraadt Exp $ +# $OpenBSD: BABY,v 1.32 1998/01/22 19:05:57 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -18,7 +18,7 @@ option BUFCACHEPERCENT=20 #option XSERVER #option INSECURE # insecure; allow /dev/mem writing for X -maxusers 32 # estimated number of users +maxusers 64 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC |