Skip to content

Commit

Permalink
Merge pull request #49897 from glaucocustodio/main
Browse files Browse the repository at this point in the history
add a note on the postgres limit [ci skip]
  • Loading branch information
rafaelfranca committed Feb 9, 2024
2 parents 3079e8b + 686763e commit 1352bd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/source/action_cable_overview.md
Expand Up @@ -780,6 +780,8 @@ The PostgreSQL adapter uses Active Record's connection pool, and thus the
application's `config/database.yml` database configuration, for its connection.
This may change in the future. [#27214](https://github.com/rails/rails/issues/27214)

NOTE: PostgreSQL has a [8000 bytes limit](https://www.postgresql.org/docs/current/sql-notify.html) on `NOTIFY` (the command used under the hood for sending notifications) which might be a constraint when dealing with large payloads.

### Allowed Request Origins

Action Cable will only accept requests from specified origins, which are
Expand Down

0 comments on commit 1352bd7

Please sign in to comment.