diff options
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-x | src/upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js index 6a4584a6..920f9039 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -2126,7 +2126,7 @@ async function main() { // Makes writing nicer on the CPU and file I/O parts of the OS, with a // marginal performance deficit while waiting for file writes to finish // before proceeding to more page processing. - const queueSize = +(miscOptions['queue-size'] ?? 500); + queueSize = +(miscOptions['queue-size'] ?? 500); const buildDictionary = pageSpecs; |