diff options
author | Weblate <42@minetest.ru> | 2013-02-08 16:29:19 +0100 |
---|---|---|
committer | Weblate <42@minetest.ru> | 2013-02-08 16:29:19 +0100 |
commit | a27857e9382fb65140748dbbefb73a463827d4d6 (patch) | |
tree | 72bf4dfbd030f04d94573d793aa150574eb9839d /minetest.conf.example | |
parent | 0cda2d5193a80b32d3cae8a54d5866cbd3308592 (diff) | |
parent | 9b2044351fb3a18e47eec01e9b574aa86485c101 (diff) | |
download | minetest-a27857e9382fb65140748dbbefb73a463827d4d6.tar.gz minetest-a27857e9382fb65140748dbbefb73a463827d4d6.tar.bz2 minetest-a27857e9382fb65140748dbbefb73a463827d4d6.zip |
Merge remote branch 'origin/master'
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 6559ac88b..49fc95ba2 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -239,6 +239,10 @@ #congestion_control_aim_rtt = 0.2 #congestion_control_max_rate = 400 #congestion_control_min_rate = 10 +# Specifies URL from which client fetches media instead of using UDP +# $filename should be accessible from $remote_media$filename via cURL +# (obviously, remote_media should end with a slash) +# Files that are not present would be fetched the usual way #remote_media = # Mapgen stuff |