[notifications] Show notifications every day!

This commit is contained in:
Arsentiy Milchakov 2019-01-09 19:00:14 +03:00 committed by Roman Kuznetsov
parent 9f03b254d3
commit 67c05b22da

View file

@ -16,7 +16,7 @@ using namespace notifications;
namespace
{
auto constexpr kCandidatesExpirePeriod = std::chrono::hours(24 * 30);
auto constexpr kPeriodBetweenNotifications = std::chrono::hours(24 * 7);
auto constexpr kPeriodBetweenNotifications = std::chrono::hours(24);
auto constexpr kMinTimeSinceLastEventForUgcRate = std::chrono::hours(24);
double constexpr kMinDistanceToTriggerUgcRateInMeters = 50000.0; // 50 km