Tweak progressive catalog loading.

This commit is contained in:
ccd0 2016-10-02 14:08:19 -07:00
parent f63a8b8a4b
commit 6067243ecb

View File

@ -805,7 +805,7 @@ Index =
i = 0
n = threadIDs.length
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]
i = j
if i < n