Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f467d94

Browse files
author
Kerry
authored
Live location sharing: share location at most every 5 seconds (PSG-655) (#9148)
1 parent e08b11b commit f467d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/OwnBeaconStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export enum OwnBeaconStoreEvent {
5555
BeaconUpdateError = 'BeaconUpdateError',
5656
}
5757

58-
const MOVING_UPDATE_INTERVAL = 2000;
58+
const MOVING_UPDATE_INTERVAL = 5000;
5959
const STATIC_UPDATE_INTERVAL = 30000;
6060

6161
const BAIL_AFTER_CONSECUTIVE_ERROR_COUNT = 2;

0 commit comments

Comments
 (0)