feat(app): stabilize recommendation flow
This commit is contained in:
@@ -17,7 +17,7 @@ class SettingsRepositoryImpl implements SettingsRepository {
|
||||
static const String _keyCategoryWeights = 'category_weights';
|
||||
|
||||
// Default values
|
||||
static const int _defaultDaysToExclude = 7;
|
||||
static const int _defaultDaysToExclude = 14;
|
||||
static const int _defaultMaxDistanceRainy = 500;
|
||||
static const int _defaultMaxDistanceNormal = 1000;
|
||||
static const int _defaultNotificationDelayMinutes = 90;
|
||||
|
||||
Reference in New Issue
Block a user