mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 {
|
namespace {
|
||||||
|
|
||||||
constexpr auto kMaxChatEntryHistorySize = 50;
|
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 kCacheBackgroundFastTimeout = crl::time(200);
|
||||||
constexpr auto kBackgroundFadeDuration = crl::time(200);
|
constexpr auto kBackgroundFadeDuration = crl::time(200);
|
||||||
constexpr auto kMinimumTiledSize = 512;
|
constexpr auto kMinimumTiledSize = 512;
|
||||||
|
|
Loading…
Add table
Reference in a new issue