You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgres has a hard coded query size limit of 1GB, MariaDB has the
max_allowed_packet setting. Here we enforce a 256MB limit which should work
in most cases.
0 commit comments