Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7992 from brave/issue-7334e
Browse files Browse the repository at this point in the history
Browser is responsive when anonize2 crypto operations run
  • Loading branch information
bsclifton committed Apr 10, 2017
2 parents d155aa6 + 78165d5 commit 3815b29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ const clientOptions = {
loggingP: process.env.LEDGER_LOGGING,
rulesTestP: process.env.LEDGER_RULES_TESTING,
verboseP: process.env.LEDGER_VERBOSE,
server: process.env.LEDGER_SERVER_URL
server: process.env.LEDGER_SERVER_URL,
createWorker: app.createWorker
}

var doneTimer
Expand Down

0 comments on commit 3815b29

Please sign in to comment.