[development tool] solve the error reported by postman: error: maximum response size reached

When using postman for interface testing

Encountered this error:

Error: Maximum response size reached

This is because the returned information is too large and exceeds the postman setting. Just modify it

Make it bigger:

Read More: