Request 64 frequent contacts instead of 32.

This commit is contained in:
John Preston 2024-04-24 15:58:02 +04:00
parent 8353180161
commit 17b7db6219

View file

@ -21,7 +21,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace Data {
namespace {
constexpr auto kLimit = 32;
constexpr auto kLimit = 64;
constexpr auto kRequestTimeLimit = 10 * crl::time(1000);
[[nodiscard]] float64 RatingDelta(TimeId now, TimeId was, int decay) {