summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorShadowNinja <noreply@gmail.com>2013-09-17 15:28:21 -0400
committerKahrl <kahrl@gmx.net>2013-09-28 21:09:52 +0200
commit372d638ec1ea97bf88e9d62ffeb03e73bc94ee1e (patch)
treeace8cfab68b9cfc88163c77b18c2c02f661bfa7f /minetest.conf.example
parent4ea0e4f606aa4173cc0fffd00e95a30ca3c219c8 (diff)
downloadminetest-372d638ec1ea97bf88e9d62ffeb03e73bc94ee1e.tar.gz
minetest-372d638ec1ea97bf88e9d62ffeb03e73bc94ee1e.tar.bz2
minetest-372d638ec1ea97bf88e9d62ffeb03e73bc94ee1e.zip
Lower the default max_users from 100 to 15
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 8094100e5..e90d18b06 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -218,7 +218,7 @@
# Message of the Day
#motd = Welcome to this awesome Minetest server!
# Maximum number of players connected simultaneously
-#max_users = 100
+#max_users = 15
# Set to true to disallow old clients from connecting
#strict_protocol_version_checking = false
# Set to true to enable creative mode (unlimited inventory)