fix(core): disable unused fff content caches (#36452)
Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
parent
6eeeb4bfcf
commit
b9f39dd751
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ export const fffLayer = Layer.effect(
|
|||
Fff.create({
|
||||
basePath: location.directory,
|
||||
aiMode: true,
|
||||
disableMmapCache: true,
|
||||
disableContentIndexing: true,
|
||||
}),
|
||||
catch: (cause) => cause,
|
||||
}).pipe(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue