Skip to content

Commit

Permalink
feat: Improve background location update minimum distance filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Sep 6, 2023
1 parent a7af971 commit b2acd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants/values.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const TRANSLATION_HELP_URL = "https://github.com/Myzel394/locus";
const DONATION_URL = "https://github.com/Myzel394/locus";
const APK_RELEASES_URL = "https://github.com/Myzel394/locus/releases";

const BACKGROUND_LOCATION_UPDATES_MINIMUM_DISTANCE_FILTER = 25;
const BACKGROUND_LOCATION_UPDATES_MINIMUM_DISTANCE_FILTER = 50;

const LOCATION_FETCH_TIME_LIMIT = Duration(minutes: 5);
const LOCATION_INTERVAL = Duration(minutes: 1);
Expand Down

0 comments on commit b2acd0b

Please sign in to comment.