Cache correct background faster.

This commit is contained in:
John Preston 2021-09-01 19:38:36 +03:00
parent 47e15d136d
commit df4c9a0765
1 changed files with 1 additions and 1 deletions

View File

@ -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;