-
public class LoadingQueue.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerDEFAULT_CAPACITYpublic final static LoadingQueue.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetDEFAULT_CAPACITY()An url queue should be small since every url uses about 1s to fetch -
-
Method Detail
-
getDEFAULT_CAPACITY
final Integer getDEFAULT_CAPACITY()
An url queue should be small since every url uses about 1s to fetch
-
-
-
-