2020-07-28 22:28:47 +02:00
|
|
|
[Locations]
|
|
|
|
#The location of the twitch manifest file (will be replaced with addonscript in later versions)
|
|
|
|
manifestFile = "src/twitch/manifest.json"
|
|
|
|
#The location of the source
|
|
|
|
src = "src"
|
|
|
|
#The location used to store temporary files
|
|
|
|
tempDir = ".mpt"
|
|
|
|
[Local]
|
|
|
|
selectedVersion = -1
|
|
|
|
[Downloads]
|
|
|
|
#The maximum number of threads that will be used for downloads
|
2020-08-15 16:26:22 +02:00
|
|
|
maxThreads = 10
|
2020-07-28 22:28:47 +02:00
|
|
|
#The timeout of http requests in ms
|
2020-08-15 00:26:43 +02:00
|
|
|
httpTimeout = 2147483647
|