mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
items limit has been increased to 500
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1333 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
8c51ed6c1f
commit
f4b5294dcf
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ abstract class ItemsLoadingRunnable implements Runnable {
|
||||||
private final int myItemsLimit;
|
private final int myItemsLimit;
|
||||||
|
|
||||||
public ItemsLoadingRunnable(ItemsLoadingHandler handler, int type) {
|
public ItemsLoadingRunnable(ItemsLoadingHandler handler, int type) {
|
||||||
this(handler, type, 1000, 250);
|
this(handler, type, 1000, 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
public ItemsLoadingRunnable(ItemsLoadingHandler handler, int type, long updateIntervalMillis, int itemsLimit) {
|
public ItemsLoadingRunnable(ItemsLoadingHandler handler, int type, long updateIntervalMillis, int itemsLimit) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue