You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current btree_bloat (and probably others ?) have statement_timeout = 30s.
It would be cleaner to have lock_timeout too, to a much lower value (eg 3s).
If the probe fails, I'd like to know if this comes from a very heavy lock on the tables, or from the probe's duration.
PS1 : is there any way to customize the timeouts ?
PS : statement_timeout (and lock_timeout) values should appear in the error messages.
The text was updated successfully, but these errors were encountered:
The current
btree_bloat
(and probably others ?) havestatement_timeout = 30s
.It would be cleaner to have
lock_timeout
too, to a much lower value (eg 3s).If the probe fails, I'd like to know if this comes from a very heavy lock on the tables, or from the probe's duration.
PS1 : is there any way to customize the timeouts ?
PS :
statement_timeout
(andlock_timeout
) values should appear in the error messages.The text was updated successfully, but these errors were encountered: