From 3578e1d4a711a32e2e768dcc6ff207ffc1bccbad Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Fri, 14 Dec 2012 15:30:17 +0400 Subject: Added ability to fetch media from remote server (using cURL library) --- minetest.conf.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'minetest.conf.example') 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 = -- cgit v1.2.3