Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

not support big size contract #47

Open
deju opened this issue Apr 24, 2019 · 0 comments
Open

not support big size contract #47

deju opened this issue Apr 24, 2019 · 0 comments

Comments

@deju
Copy link

deju commented Apr 24, 2019

When i deploying a big contract, it told me
“PayloadTooLargeError: request entity too large” when run “tronbox test”

But i shasta network works fine.

I think change file app/index.js line https://github.com/tronprotocol/docker-tron-quickstart/blob/master/app/index.js#L107 to
app.use(bodyParser.json({ limit: '1mb' }));
the quick-start will fix the problem.

Current, it support less than 100kb query size.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant