]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Document w_prop_interval
authorTimePath <andrew.hardaker1995@gmail.com>
Sat, 12 Mar 2016 06:31:22 +0000 (06:31 +0000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sat, 12 Mar 2016 06:31:22 +0000 (06:31 +0000)
server.md

index 7f0362792b0d2a14071f8feee992b3aebfa28298..c0b7dcf28bec149c68511ed1a049d046f713dac2 100644 (file)
--- a/server.md
+++ b/server.md
@@ -6,4 +6,8 @@
 
 ## multiple server instances
 
-## multiple data directories
\ No newline at end of file
+## multiple data directories
+
+## high server load
+
+Since 0.8.2, weapon cvar changes are automatically rescanned every `w_prop_interval` seconds, the default is `0`. Increasing this cvar will reduce load, but weapon tweaks will take longer to propogate
\ No newline at end of file