Last active
December 14, 2025 18:34
-
-
Save TRtomasz/6de4edf35dff03d87e6b65a65448e084 to your computer and use it in GitHub Desktop.
Stremio default settings
This file contains hidden or 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.15.0", | |
| "appPath": "Path to the stremio-server", | |
| "cacheRoot": "Path to the cache-folder", | |
| "cacheSize": 2147483648, | |
| "btMaxConnections": 55, | |
| "btHandshakeTimeout": 20000, | |
| "btRequestTimeout": 4000, | |
| "btDownloadSpeedSoftLimit": 2621440, | |
| "btDownloadSpeedHardLimit": 3670016, | |
| "btMinPeersForStable": 5 | |
| } |
{
"serverVersion": "4.15.0",
"appPath": "Path to the stremio-server",
"cacheRoot": "Path to the cache-folder",
"cacheSize": 2147483648,
"btMaxConnections": 55,
"btHandshakeTimeout": 20000,
"btRequestTimeout": 4000,
"btDownloadSpeedSoftLimit": 2621440,
"btDownloadSpeedHardLimit": 3670016,
"btMinPeersForStable": 5
}
@octocat
<script src="https://gist.github.com/TRtomasz/6de4edf35dff03d87e6b65a65448e084.js"></script>
How do I change it?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"serverVersion": "4.15.0",
"appPath": "Path to the stremio-server",
"cacheRoot": "Path to the cache-folder",
"cacheSize": 2147483648,
"btMaxConnections": 55,
"btHandshakeTimeout": 20000,
"btRequestTimeout": 4000,
"btDownloadSpeedSoftLimit": 2621440,
"btDownloadSpeedHardLimit": 3670016,
"btMinPeersForStable": 5
}
@googlesamples