This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
8d63268ae2
embark
/
embark-ui
/
src
/
constants.js
2 lines
73 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add LOG_LIMIT to limit max log response size Re-adds the log limit feature that limits the log size coming back from embark Also adds the log limit to other process logs (ie blockchain).
2018-10-12 00:59:30 +00:00
export
const
EMBARK
_PROCESS
_NAME
=
'embark'
;
export
const
LOG
_LIMIT
=
50
;