Switch to actioncable-enhanced-postgresql-adapter

This change will store large events (larger than 8KB) for ActionCable in the database. Therefore, it resolves issues where the payload was previously too large.

Fixes #1920
Fixes CODEOCEAN-Y8
Fixes CODEOCEAN-WS
This commit is contained in:
Sebastian Serth
2023-11-04 18:46:32 +01:00
parent f70a73c9a2
commit 87908c7bd1
3 changed files with 16 additions and 4 deletions

View File

@ -103,6 +103,10 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actioncable-enhanced-postgresql-adapter (1.0.1)
actioncable (>= 6.0)
connection_pool (>= 2.2.5)
pg (~> 1.5)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
@ -559,6 +563,7 @@ PLATFORMS
ruby
DEPENDENCIES
actioncable-enhanced-postgresql-adapter
bcrypt
better_errors
binding_of_caller