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:
parent
aef3cc7bbe
commit
5dabac856d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue