bumping up rate of updates, as requested by Keith Decker

This commit is contained in:
Danny Yoo 2011-11-07 19:36:48 -05:00
parent 36801f7c54
commit 7adfdffe31

View File

@ -996,7 +996,9 @@
this.id = navigator.geolocation.watchPosition(
success,
onFailSwitchoverToCoerse,
{ enableHighAccuracy : true });
{ enableHighAccuracy : true,
// Try every ten seconds
maximumAge : 10000});
}
}
};