decrease timout for provider

pull/178/head
yann300 4 years ago
parent 191ab0dc82
commit c547c45dd2
  1. 2
      apps/remix-ide/src/app.js

@ -233,7 +233,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
const workspace = pluginLoader.get()
const engine = new Engine(appManager)
engine.setPluginOption = ({ name, kind }) => {
if (kind === 'provider') return {queueTimeout: 60000 * 4}
if (kind === 'provider') return {queueTimeout: 60000 * 2}
if (name === 'LearnEth') return {queueTimeout: 60000}
return {queueTimeout: 10000}
}

Loading…
Cancel
Save