diff options
author | Ilya Zhuravlev <zhuravlevilya@ya.ru> | 2012-12-14 15:30:17 +0400 |
---|---|---|
committer | Ilya Zhuravlev <zhuravlevilya@ya.ru> | 2012-12-16 15:20:18 +0400 |
commit | 3578e1d4a711a32e2e768dcc6ff207ffc1bccbad (patch) | |
tree | 9215740fb64bbb89ce9b9ba89f8ebf0db709ee35 /minetest.conf.example | |
parent | aa46e5c5e7285a8ac5c9e096a55c3fa02b90280e (diff) | |
download | minetest-3578e1d4a711a32e2e768dcc6ff207ffc1bccbad.tar.gz minetest-3578e1d4a711a32e2e768dcc6ff207ffc1bccbad.tar.bz2 minetest-3578e1d4a711a32e2e768dcc6ff207ffc1bccbad.zip |
Added ability to fetch media from remote server (using cURL library)
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index a0aa69125..e80991936 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -141,6 +141,10 @@ # 2: enable high level shaders #enable_shaders = 2 +# will only work for servers which use remote_media setting +# and only for clients compiled with cURL +#media_fetch_threads = 8 + # # Server stuff # @@ -217,3 +221,4 @@ #congestion_control_aim_rtt = 0.2 #congestion_control_max_rate = 400 #congestion_control_min_rate = 10 +#remote_media = |