We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b557ad5 commit 6e43ea5Copy full SHA for 6e43ea5
src/dipdup/sql/on_reindex/dipdup_head_status.sql
@@ -3,7 +3,7 @@ OR REPLACE VIEW dipdup_head_status AS
3
SELECT
4
name,
5
CASE
6
- WHEN timestamp < NOW() - interval '2 minutes' THEN 'OUTDATED'
+ WHEN timestamp < NOW() - interval '3 minutes' THEN 'OUTDATED'
7
ELSE 'OK'
8
END AS status
9
FROM
0 commit comments