fix: relax request timeouts
This commit is contained in:
parent
2fd97377f6
commit
1d2d710fce
3 changed files with 1 additions and 3 deletions
|
|
@ -11,7 +11,6 @@ export const { use: useSDK, provider: SDKProvider } = createSimpleContext({
|
|||
const globalSDK = useGlobalSDK()
|
||||
const sdk = createOpencodeClient({
|
||||
baseUrl: globalSDK.url,
|
||||
signal: AbortSignal.timeout(1000 * 60 * 10),
|
||||
fetch: platform.fetch,
|
||||
directory: props.directory,
|
||||
throwOnError: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue