From c6cec83803313d153ab35280afceea47b9963be8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Dec 2011 21:16:54 +0300 Subject: fix offline download limit, bump version --- src/org/fox/ttrss/OfflineDownloadService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/org/fox/ttrss/OfflineDownloadService.java') diff --git a/src/org/fox/ttrss/OfflineDownloadService.java b/src/org/fox/ttrss/OfflineDownloadService.java index e770bad6..371b4a4f 100644 --- a/src/org/fox/ttrss/OfflineDownloadService.java +++ b/src/org/fox/ttrss/OfflineDownloadService.java @@ -31,7 +31,7 @@ public class OfflineDownloadService extends IntentService { public static final int NOTIFY_DOWNLOADING = 1; private static final int OFFLINE_SYNC_SEQ = 60; - private static final int OFFLINE_SYNC_MAX = 60; //500 + private static final int OFFLINE_SYNC_MAX = 500; private SQLiteDatabase m_writableDb; private SQLiteDatabase m_readableDb; -- cgit v1.2.3-54-g00ecf