Increase max response limit

pull/10616/head
Christopher Henn 2018-06-07 14:31:51 -07:00
parent 5645764478
commit fd2a489a91
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import * as builder from 'src/flux/constants/builder'
import * as vis from 'src/flux/constants/vis'
import * as explorer from 'src/flux/constants/explorer'
const MAX_RESPONSE_BYTES = 2e6 // 2 MB
const MAX_RESPONSE_BYTES = 1e7 // 10 MB
export {
ast,