Skip to content

Commit

Permalink
Log statements taking longer than 1s on the main database
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 22, 2017
1 parent 1b37d13 commit 0d5f853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/db.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
:max_wal_size => "1536MB",
:checkpoint_completion_target => "0.8",
:cpu_tuple_cost => "0.1",
:log_min_duration_statement => "1000",
:late_authentication_rules => [
{ :address => "146.179.159.160/27" },
{ :address => "10.0.16.0/20" },
Expand Down

0 comments on commit 0d5f853

Please sign in to comment.