increase timeout to 15s (#2958)
This commit is contained in:
parent
35be8ec90e
commit
1c5a2232fc
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export interface LinkMeta {
|
|||
export async function getLinkMeta(
|
||||
agent: BskyAgent,
|
||||
url: string,
|
||||
timeout = 5e3,
|
||||
timeout = 15e3,
|
||||
): Promise<LinkMeta> {
|
||||
if (isBskyAppUrl(url)) {
|
||||
return extractBskyMeta(agent, url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue