1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-11 03:15:44 +02:00

Decrease amount of loaded DMs to lower performance hit from re-opening DMs

This commit is contained in:
chylex 2018-07-05 07:39:26 +02:00
parent 27fa6aefd3
commit 41bbe7c51b

View File

@ -1393,6 +1393,13 @@
};
}
//
// Block: Decrease amount of loaded DMs to avoid massive lag from re-opening them several times.
//
if (ensurePropertyExists(TD, "services", "TwitterConversation", "CONVERSATION_ENTRY_COUNT")){
TD.services.TwitterConversation.CONVERSATION_ENTRY_COUNT = 20;
}
//
// Block: Fix broken horizontal scrolling of column container when holding Shift. TODO Fix broken smooth scrolling.
//