Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
allow async request processing now that race is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincburns committed Nov 2, 2018
1 parent af98663 commit 312902f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Provider(options) {
const defaultOptions = {
vmErrorsOnRPCResponse: true,
verbose: false,
asyncRequestProcessing: false,
asyncRequestProcessing: true,
logger: {
log: function() {}
}
Expand Down

0 comments on commit 312902f

Please sign in to comment.