mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Cache correct background faster.
This commit is contained in:
parent
47e15d136d
commit
df4c9a0765
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace Ui {
|
|||
namespace {
|
||||
|
||||
constexpr auto kMaxChatEntryHistorySize = 50;
|
||||
constexpr auto kCacheBackgroundTimeout = 3 * crl::time(1000);
|
||||
constexpr auto kCacheBackgroundTimeout = 1 * crl::time(1000);
|
||||
constexpr auto kCacheBackgroundFastTimeout = crl::time(200);
|
||||
constexpr auto kBackgroundFadeDuration = crl::time(200);
|
||||
constexpr auto kMinimumTiledSize = 512;
|
||||
|
|
Loading…
Add table
Reference in a new issue