diff --git a/SETUP.md b/SETUP.md index decb228..408661e 100644 --- a/SETUP.md +++ b/SETUP.md @@ -126,7 +126,7 @@ give to much ressources to this if you planning to run the mapping webserver on same machine as the Minetest server. On the other hand assigning more cores to it definitely helps to boost up the performance. -Setting the`-websockets=true` flag enables websocket support for the server. With this +Setting the `-websockets=true` flag enables websocket support for the server. With this feature turned on and changing the line (in `web/index.html`) from var useWebsocket = false; // Set to true if you want websocket support @@ -135,9 +135,10 @@ to var useWebsocket = true; // Set to true if you want websocket support -the web client gets an extra 'auto update' mode. When switched on the server +the web client gets an extra 'auto update' button. When switched on the server informs the client if something in the maps has changed. The displayed map will -then update automatically. Of cause your browser needs Websocket support, too. +then update automatically without the need of manual pressing the 'update view' +button. Of cause your browser needs Websocket support, too. ## Configure and restart the Minetest server @@ -152,4 +153,3 @@ backend with a Redis configuration: You may have to set `redis_port` too if you run `mtredisalize` not on port 6379. Now we are all done and you can fire your Minetest server up again. :-) -