Skip to content
Snippets Groups Projects
Commit cc6be18e authored by Michal Zander's avatar Michal Zander
Browse files

Set statement_timeout to 10s

parent ec226bc6
No related branches found
No related tags found
1 merge request!287Add max limit to endpoints
Pipeline #114641 passed
......@@ -25,3 +25,5 @@ GRANT hafbe_user TO hafbe_owner;
-- the current version of sqlfluff doesn't understand 'GRANT MAINTAIN'
GRANT MAINTAIN ON ALL TABLES IN SCHEMA hafbe_app TO hived_group; -- noqa: PRS
GRANT ALL ON SCHEMA hafbe_app TO hived_group;
ALTER ROLE hafbe_user SET statement_timeout = '10s';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment