Skip to content

Commit 6e43ea5

Browse files
committed
Increase dipdup_head_status timeout
1 parent b557ad5 commit 6e43ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dipdup/sql/on_reindex/dipdup_head_status.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OR REPLACE VIEW dipdup_head_status AS
33
SELECT
44
name,
55
CASE
6-
WHEN timestamp < NOW() - interval '2 minutes' THEN 'OUTDATED'
6+
WHEN timestamp < NOW() - interval '3 minutes' THEN 'OUTDATED'
77
ELSE 'OK'
88
END AS status
99
FROM

0 commit comments

Comments
 (0)