Updated sync service min interval => cut release 2.7.8.1

pull/14/head
Tim Su 17 years ago
parent 15291f554b
commit 7444bc28a6

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.timsu.astrid"
android:versionCode="113" android:versionName="2.8.7">
android:versionName="2.8.7.1" android:versionCode="114">
<!-- ============================ Metadata ============================ -->

@ -23,7 +23,7 @@ import com.timsu.astrid.utilities.Preferences;
public class SynchronizationService extends Service {
/** miniumum time before an auto-sync */
private static final long AUTO_SYNC_MIN_OFFSET = 5*60*1000L;
private static final long AUTO_SYNC_MIN_OFFSET = 1*60*1000L;
/** Service timer */
private Timer timer = new Timer();

Loading…
Cancel
Save