Skip to content

Commit

Permalink
Merge pull request #803 from econia-labs/ECO-2194
Browse files Browse the repository at this point in the history
[ECO-2194] Add limit to query time
  • Loading branch information
CRBl69 authored Sep 23, 2024
2 parents 572cad7 + 7b418b9 commit c3c0824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
ALTER ROLE web_anon SET statement_timeout TO '0';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Your SQL goes here
ALTER ROLE web_anon SET statement_timeout TO '1s';

0 comments on commit c3c0824

Please sign in to comment.