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

@ -2,6 +2,7 @@
source 'https://rubygems.org'
gem 'actioncable-enhanced-postgresql-adapter'
gem 'bcrypt'
gem 'bootsnap', require: false
gem 'bootstrap-will_paginate'