Merge pull request #108 from poanetwork/fix-coef-for-gaslimit-in-oracle

Increase of EXTRA_GAS_PERCENTAGE
This commit is contained in:
Alexander Kolotov 2019-06-14 20:45:46 +03:00 committed by GitHub
commit 26ff22ac7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
module.exports = { module.exports = {
EXTRA_GAS_PERCENTAGE: 1, EXTRA_GAS_PERCENTAGE: 4,
MAX_CONCURRENT_EVENTS: 50, MAX_CONCURRENT_EVENTS: 50,
RETRY_CONFIG: { RETRY_CONFIG: {
retries: 20, retries: 20,