From 6067243ecb8e7a08628bc26861812e348dcd1c6c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 2 Oct 2016 14:08:19 -0700 Subject: [PATCH] Tweak progressive catalog loading. --- src/General/Index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index fd11b4769..96480a373 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -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