« get me outta code hell

whoops - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-01-10 20:34:44 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-01-10 20:34:44 -0400
commit2803b20313cc4c3aa008bdbcd3abd407405ce91f (patch)
treeffa95e1ef609b6b6a9492f7912322d4ed0a58bf6 /src
parent6542cd53226993bb035f5f27d2aa66fc7b6cdd05 (diff)
whoops
Diffstat (limited to 'src')
-rwxr-xr-xsrc/upd8.js2
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;