Skip to content

Commit 1352bd7

Browse files
authored
Merge pull request rails#49897 from glaucocustodio/main
add a note on the postgres limit [ci skip]
2 parents 3079e8b + 686763e commit 1352bd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guides/source/action_cable_overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,8 @@ The PostgreSQL adapter uses Active Record's connection pool, and thus the
780780
application's `config/database.yml` database configuration, for its connection.
781781
This may change in the future. [#27214](https://github.com/rails/rails/issues/27214)
782782

783+
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.
784+
783785
### Allowed Request Origins
784786

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

0 commit comments

Comments
 (0)