Undo mock_location commit

This commit is contained in:
Lucas Verney 2018-08-14 15:33:41 +02:00
parent 060c4a29f4
commit 2ca1cc56ed
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export const REPORT_TYPES_ORDER = ['gcum', 'interrupt', 'obstacle', 'pothole', '
export const MIN_DISTANCE_REPORT_DETAILS = 40; // in meters
export const MOCK_LOCATION = true;
export const MOCK_LOCATION = false;
export const MOCK_LOCATION_UPDATE_INTERVAL = 5 * 1000; // in milliseconds
export const UPDATE_REPORTS_DISTANCE_THRESHOLD = 500; // in meters