mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 19:53:48 +08:00
fix: increase image action time out (#7487)
Increase image action timeout from 50000ms to 120000ms.
This commit is contained in:
+2
@@ -356,6 +356,7 @@ Could you make a new website based on these notes and send back just the html fi
|
|||||||
) as PromptKey;
|
) as PromptKey;
|
||||||
return toImage({
|
return toImage({
|
||||||
...options,
|
...options,
|
||||||
|
timeout: 120000,
|
||||||
promptName,
|
promptName,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@@ -367,6 +368,7 @@ Could you make a new website based on these notes and send back just the html fi
|
|||||||
) as PromptKey;
|
) as PromptKey;
|
||||||
return toImage({
|
return toImage({
|
||||||
...options,
|
...options,
|
||||||
|
timeout: 120000,
|
||||||
promptName,
|
promptName,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user