mirror of https://github.com/rails/rails
add a note on the postgres limit
This commit is contained in:
parent
bbc6230ae7
commit
686763e1e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue