mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-03 06:20:25 +08:00
feat: oracle支持服务名、数据库执行超时时间配置等
This commit is contained in:
@@ -16,7 +16,7 @@ const useCustomFetch = createFetch({
|
||||
combination: 'chain',
|
||||
options: {
|
||||
immediate: false,
|
||||
timeout: 60000,
|
||||
timeout: 600000,
|
||||
// beforeFetch in pre-configured instance will only run when the newly spawned instance do not pass beforeFetch
|
||||
async beforeFetch({ options }) {
|
||||
const token = getToken();
|
||||
|
||||
Reference in New Issue
Block a user