2021-01-20 18:40:46 +01:00
|
|
|
[Locations]
|
2021-02-11 17:51:47 +01:00
|
|
|
#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"
|
2021-01-20 18:40:46 +01:00
|
|
|
[Local]
|
2021-02-11 17:51:47 +01:00
|
|
|
selectedVersion = -1
|
2021-01-20 18:40:46 +01:00
|
|
|
[Downloads]
|
2021-02-11 17:51:47 +01:00
|
|
|
#The maximum number of threads that will be used for downloads
|
|
|
|
maxThreads = 5
|
|
|
|
#The timeout of http requests in ms
|
|
|
|
httpTimeout = 2147483647
|