SharedConfig
Defined in: src/backends/backend.ts:47
Configuration options shared by backends and Configuration
Extended by
Section titled “Extended by”Properties
Section titled “Properties”caseFold?
Section titled “caseFold?”
optionalcaseFold?:CaseFold
Defined in: src/backends/backend.ts:56
If set, sets case folding for the file system(s).
disableAsyncCache?
Section titled “disableAsyncCache?”
optionaldisableAsyncCache?:boolean
Defined in: src/backends/backend.ts:51
If set, disables the sync cache and sync operations on async file systems.