Advertisement
Guest User

advancedsettings.xml

a guest
Jan 15th, 2015
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <advancedsettings>
  2. <network>
  3. <autodetectpingtime>30</autodetectpingtime> <!-- Time (in seconds) between pings for detecting new xboxes. Default 30, minimum 1, maximum 240 -->
  4. <curlclienttimeout>60</curlclienttimeout> <!-- Timeout (in seconds) for player and other connections. Default 10, minimum 1, maximum 1000 -->
  5. <curllowspeedtime>60</curllowspeedtime> <!-- Time (in seconds) the http client should wait before judging a connection as low. Default 20, minimum 1, maximum 1000 -->
  6. <curlretries>2</curlretries> <!-- Number of times the http client retries. Default 2, minimum 0, maximum 10 -->
  7. <disableipv6>true</disableipv6> <!-- Disables ipv6. Default false -->
  8. <cachemembuffersize>0</cachemembuffersize> <!-- Size of the player cache in bytes. Default 20M (20*1024*1024), if 0 it uses a SimpleFileCache. -->
  9. </network>
  10. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement