Tweak progressive catalog loading.
This commit is contained in:
parent
f63a8b8a4b
commit
6067243ecb
@ -805,7 +805,7 @@ Index =
|
|||||||
i = 0
|
i = 0
|
||||||
n = threadIDs.length
|
n = threadIDs.length
|
||||||
fn = ->
|
fn = ->
|
||||||
j = if i > 0 and Index.root.parentNode then n else i + 25
|
j = if i > 0 and Index.root.parentNode then n else i + 30
|
||||||
Index.buildCatalogPart threadIDs[i...j]
|
Index.buildCatalogPart threadIDs[i...j]
|
||||||
i = j
|
i = j
|
||||||
if i < n
|
if i < n
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user