url_getIp:'getIP.php',// path to getIP.php relative to this js file, or a similar thing that outputs the client's ip
xhr_dlMultistream:10,// number of download streams to use (can be different if enable_quirks is active)
xhr_ulMultistream:3,// number of upload streams to use (can be different if enable_quirks is active)
xhr_ignoreErrors:1,// 0=fail on errors, 1=attempt to restart a stream if it fails, 2=ignore all errors
xhr_dlUseBlob:false,// if set to true, it reduces ram usage but uses the hard drive (useful with large garbagePhp_chunkSize and/or high xhr_dlMultistream)
garbagePhp_chunkSize:20,// size of chunks sent by garbage.php (can be different if enable_quirks is active)
enable_quirks:true,// enable quirks for specific browsers. currently it overrides settings to optimize for specific browsers, unless they are already being overridden with the start command