Skip to content

Commit

Permalink
distanceInterval: 250
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyKitten committed Aug 14, 2024
1 parent 4b48330 commit da651f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useStartBackgroundLocationUpdates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const useStartBackgroundLocationUpdates = () => {
) {
Location.startLocationUpdatesAsync(LOCATION_TASK_NAME, {
accuracy: Location.Accuracy.High,
distanceInterval: 100,
distanceInterval: 250,
foregroundService: {
notificationTitle: translate('bgAlertTitle'),
notificationBody: translate('bgAlertContent'),
Expand Down

0 comments on commit da651f7

Please sign in to comment.