8 lines
485 B
MySQL
8 lines
485 B
MySQL
|
|
-- Idempotent controls not expressible in the installed CNPG managed.roles CRD.
|
||
|
|
-- Apply as the controlled apps-pg cluster administrator only after notifying
|
||
|
|
-- both consumers of the published limits in docs/s3-consumer-interfaces.md.
|
||
|
|
ALTER ROLE vergabe SET statement_timeout = '15s';
|
||
|
|
ALTER ROLE vergabe SET idle_in_transaction_session_timeout = '15s';
|
||
|
|
ALTER ROLE coulomb_social SET statement_timeout = '15s';
|
||
|
|
ALTER ROLE coulomb_social SET idle_in_transaction_session_timeout = '15s';
|