Created
December 12, 2018 10:06
-
-
Save TRtomasz/ca2eac538d29aa6df3721d1156867f81 to your computer and use it in GitHub Desktop.
Stremio soft settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"serverVersion": "4.3.4", | |
"appPath": "Path to the stremio-server", | |
"cacheRoot": "Path to the cache-folder", | |
"cacheSize": 2147483648, | |
"btMaxConnections": 35, | |
"btHandshakeTimeout": 20000, | |
"btRequestTimeout": 4000, | |
"btDownloadSpeedSoftLimit": 1677721.6, | |
"btDownloadSpeedHardLimit": 1677721.6, | |
"btMinPeersForStable": 5 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment