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

@ -125,7 +125,7 @@ class App {
this.providerOptions.gasLimit = this.gasLimitString;
this.providerOptions.allowUnlimitedContractSize = true;
this.providerOptions.db = memdown();
this.providerOptions.asyncRequestProcessing: true;
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