Skip to content

Commit

Permalink
Increase geo location determination timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Mar 16, 2024
1 parent 667e9f7 commit 95575c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/map/geo.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NotificationService } from '../notifications/notification.service';

@Injectable()
export class GeoService {
private readonly options = { enableHighAccuracy: false, timeout: 5000 };
private readonly options = { enableHighAccuracy: false, timeout: 8000 };

constructor(private readonly notificationService: NotificationService) {
}
Expand Down

0 comments on commit 95575c0

Please sign in to comment.