diff --git a/map/notifications/notification_manager.cpp b/map/notifications/notification_manager.cpp index fa106d5806..ce3ad195da 100644 --- a/map/notifications/notification_manager.cpp +++ b/map/notifications/notification_manager.cpp @@ -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