Adjust response time thresholds: green <=5s, orange <=10s, red >10s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -188,11 +188,11 @@
|
||||
? 'text-red-400/50'
|
||||
: store.last_scrape_ok === null
|
||||
? 'text-text-tertiary/40'
|
||||
: store.avg_duration_ms <= 1500
|
||||
: store.avg_duration_ms <= 5000
|
||||
? 'text-emerald-400/70'
|
||||
: store.avg_duration_ms <= 4000
|
||||
? 'text-yellow-400/70'
|
||||
: 'text-orange-400/70'}">
|
||||
: store.avg_duration_ms <= 10000
|
||||
? 'text-orange-400/70'
|
||||
: 'text-red-400/70'}">
|
||||
{#if isBroken}
|
||||
failing
|
||||
{:else if store.last_scrape_ok === null}
|
||||
|
||||
Reference in New Issue
Block a user