tylerhall / MacSosumi

Desktop Find My iPhone client for Mac OS X.
http://clickontyler.com/sosumi/
100 stars 23 forks source link

Add refresh timer adjustment #8

Closed tylerhall closed 12 years ago

tylerhall commented 13 years ago

User should be able to adjust how frequently FMIP is polled - ideally on a device by device basis. Important since this affects battery life (considerably).

mlaster commented 12 years ago

It would be best if you use the value returned by the server (callbackIntervalInMS in the ServerContext dictionary). That way you won't get throttled for hammering on the servers.

tylerhall commented 12 years ago

Good catch. I'll look into updating this.

tylerhall commented 12 years ago

Fixed.