Try asyncRequestProcesssing: true

perf/memdown
cgewecke 5 years ago
parent be90d72322
commit 2a10beb432
  1. 1
      lib/app.js

@ -125,6 +125,7 @@ class App {
this.providerOptions.gasLimit = this.gasLimitString;
this.providerOptions.allowUnlimitedContractSize = true;
this.providerOptions.db = memdown();
this.providerOptions.asyncRequestProcessing: true;
// Try to launch provider and attach to vm step of
// either plugin's ganache or a provider passed via options

Loading…
Cancel
Save