Skip to content

Commit

Permalink
Fix number of Web Workers bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek committed Oct 18, 2021
1 parent 75b8326 commit 2305e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cljs_audio/webaudio.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:env {}
:polyfill (get polyfill "AudioWorkletNode" js/AudioWorkletNode)
:stream stream
:workers (main/create-pool 4 "js/worker.js")
:workers (main/create-pool 1 "js/worker.js")
:buffers buffers}))

(defn add-module [{:keys [ctx]} path]
Expand Down

0 comments on commit 2305e42

Please sign in to comment.