incr limit on evm address threshold to 110k (#438)

* incr limit on evm address threshold to 110k

* severity - warn
This commit is contained in:
Jack Forgash 2025-04-30 10:57:22 -06:00 committed by GitHub
parent 5dffab25ab
commit da45d3f781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@ models:
datepart: day
field: request_timestamp
interval: 1
severity: warn
columns:
- name: ITEM_ID

View File

@ -8,6 +8,7 @@ models:
datepart: day
field: request_date
interval: 1
severity: warn
columns:
- name: BATCH_ID

View File

@ -18,4 +18,4 @@ SELECT
FROM
distinct_count
WHERE
ct > 90000
ct > 110000