Skip to content

Commit

Permalink
fix(icon): fetch timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jan 18, 2023
1 parent a94ca31 commit 46ee93e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/icon/src/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ export async function preloadIcon(
const url = urlPrefix + name + '.svg';
const response = await fetch({
url,
timeout: 6000,
retry: 5,
removeDuplicate: 'auto',
cacheStrategy: 'cache_first',
cache: 'force-cache',
Expand Down

0 comments on commit 46ee93e

Please sign in to comment.