2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-06 01:25:18 +00:00

Optional upload/download speed boost

New JSON config option: net_speed_boost
Values: null (default), "low", "medium", "high".

Taken from TDMT: https://github.com/mediatube/tdesktop
Warning: can work bad with low connection speeds.
Reference: https://github.com/telegramdesktop/tdesktop/pull/6442#issuecomment-525663010
This commit is contained in:
RadRussianRus
2019-10-06 07:48:14 +03:00
parent 2d05a9fe8e
commit 6e9ab9aea9
10 changed files with 79 additions and 22 deletions

View File

@@ -214,3 +214,9 @@ int gStickerHeight = 128;
bool gBigEmojiOutline = false;
bool gAlwaysShowScheduled = true;
bool gShowChatId = true;
int gNetRequestsCount = 2;
int gNetDownloadSessionsCount = 2;
int gNetUploadSessionsCount = 2;
int gNetMaxFileQueries = 16;
int gNetUploadRequestInterval = 500;