mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(core): add timeout params to graphql request options (#10919)
Close [BS-2813](https://linear.app/affine-design/issue/BS-2813).
This commit is contained in:
@@ -273,6 +273,7 @@ export class CopilotClient {
|
||||
content,
|
||||
options,
|
||||
},
|
||||
timeout: 60000,
|
||||
});
|
||||
return res.addContextFile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user