Revert quick=1, keep 60s timeout — full RMD quality checks needed

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-03 01:52:34 -05:00
parent aef3cc7bbe
commit 5dabac856d

View file

@ -389,7 +389,7 @@ import Base from "../../layouts/Base.astro";
try {
const timeout = setTimeout(() => controller.abort(), 60000);
const res = await fetch(`${API}/api/v1/fcc/lookup?frn=${frn}&quick=1`, { signal: controller.signal });
const res = await fetch(`${API}/api/v1/fcc/lookup?frn=${frn}`, { signal: controller.signal });
clearTimeout(timeout);
// Ignore if a newer request superseded this one