lotcastingatemi icon indicating copy to clipboard operation
lotcastingatemi copied to clipboard

Error while broadcasting updates to very long text fields

Open makzu opened this issue 7 years ago • 0 comments

By default the maximum length of a pgsql NOTIFY event is 8000 bytes. (https://www.postgresql.org/docs/9.4/sql-notify.html) Text fields longer than that throw an exception when fed into ActionCable, preventing the update from being broadcast to other windows.

makzu avatar Feb 05 '19 21:02 makzu