From 5da2b5b7b934816cdf0cbbc1949c84b4806e5295 Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Tue, 19 Mar 2019 16:36:08 +0100 Subject: [PATCH] doc fix --- doc/incrementalrendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/incrementalrendering.md b/doc/incrementalrendering.md index 94e8c1a..ea01c1c 100644 --- a/doc/incrementalrendering.md +++ b/doc/incrementalrendering.md @@ -53,6 +53,6 @@ Incremental rendering is executed periodically: ## About realtime Of course there are delays between placing/removing blocks and the tiles on the mapserver. -The minetest setting ** server\_map\_save\_interval ** is responsible for the delay to the mapserver (defaults to 5.3 seconds) +The minetest setting **server\_map\_save\_interval** is responsible for the delay to the mapserver (defaults to 5.3 seconds) Don't try to decrease this value too much on your minetest instance, it has a performance impact!