PostgreSQL message/record size
ldvhome opened this issue · 0 comments
ldvhome commented
When trying to download a large file from the database, the server produces an error:
com.github.mauricio.async.db.postgresql.exceptions.MessageTooLongException: Message of type 68 has size 38080055, higher than the limit 1677721
How can I increase the maximumMessageSize?
Best regards
ldvhome