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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user