mauricio / postgresql-async

Async, Netty based, database drivers for PostgreSQL and MySQL written in Scala
Apache License 2.0
1.43k stars 222 forks source link

PostgreSQL message/record size #252

Closed ldvhome closed 6 years ago

ldvhome commented 6 years ago

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