mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:26:44 +00:00
incr limit on evm address threshold to 110k (#438)
* incr limit on evm address threshold to 110k * severity - warn
This commit is contained in:
parent
5dffab25ab
commit
da45d3f781
@ -8,6 +8,7 @@ models:
|
||||
datepart: day
|
||||
field: request_timestamp
|
||||
interval: 1
|
||||
severity: warn
|
||||
|
||||
columns:
|
||||
- name: ITEM_ID
|
||||
|
||||
@ -8,6 +8,7 @@ models:
|
||||
datepart: day
|
||||
field: request_date
|
||||
interval: 1
|
||||
severity: warn
|
||||
|
||||
columns:
|
||||
- name: BATCH_ID
|
||||
|
||||
@ -18,4 +18,4 @@ SELECT
|
||||
FROM
|
||||
distinct_count
|
||||
WHERE
|
||||
ct > 90000
|
||||
ct > 110000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user