summaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/OfflineDownloadService.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/fox/ttrss/OfflineDownloadService.java')
-rw-r--r--src/org/fox/ttrss/OfflineDownloadService.java2
1 files changed, 1 insertions, 1 deletions
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;