Skip to content

Commit

Permalink
Merge pull request #27 from FlipsideCrypto/082123_alter_pending_block…
Browse files Browse the repository at this point in the history
…s_window

14 day pending block window
  • Loading branch information
forgxyz authored Aug 21, 2023
2 parents d576e87 + 2eac9c8 commit 27c9c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/silver/retry/_pending_blocks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WITH pending_blocks AS (
WHERE
_inserted_timestamp >= DATEADD(
'day',
-3,
-14,
CURRENT_DATE
)
AND is_pending
Expand Down

0 comments on commit 27c9c25

Please sign in to comment.