refactor: move debounce from AppState to Logger
Will allow to capture accurate timeout metrics.
This commit is contained in:
committed by
Steve Chavez
parent
2de32fc108
commit
fbc4d565ca
Vendored
+5
@@ -3759,3 +3759,8 @@ create aggregate test.outfunc_agg (anyelement) (
|
||||
, stype = "pg/outfunc"
|
||||
, sfunc = outfunc_trans
|
||||
);
|
||||
|
||||
-- used for manual testing
|
||||
create or replace function test.sleep(seconds double precision default 5) returns void as $$
|
||||
select pg_sleep(seconds);
|
||||
$$ language sql;
|
||||
|
||||
Reference in New Issue
Block a user