forked from organicmaps/organicmaps
[notifications] Show notifications every day!
This commit is contained in:
parent
9f03b254d3
commit
67c05b22da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue