mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 11:38:06 +01:00
🎨 S3/WebDAV 数据同步支持设置超时时间 Fix https://github.com/siyuan-note/siyuan/issues/6781
This commit is contained in:
parent
4629e15f57
commit
faa2d2d655
9 changed files with 72 additions and 7 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -372,12 +372,14 @@ declare interface IConfig {
|
|||
bucket: string
|
||||
region: string
|
||||
skipTlsVerify: boolean
|
||||
timeout: number
|
||||
}
|
||||
webdav: {
|
||||
endpoint: string
|
||||
username: string
|
||||
password: string
|
||||
skipTlsVerify: boolean
|
||||
timeout: number
|
||||
}
|
||||
},
|
||||
lang: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue