fix(core): disable unused fff content caches (#36452)
Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
co-authored by
Dax Raad
parent
6eeeb4bfcf
commit
b9f39dd751
@@ -128,6 +128,8 @@ export const fffLayer = Layer.effect(
|
|||||||
Fff.create({
|
Fff.create({
|
||||||
basePath: location.directory,
|
basePath: location.directory,
|
||||||
aiMode: true,
|
aiMode: true,
|
||||||
|
disableMmapCache: true,
|
||||||
|
disableContentIndexing: true,
|
||||||
}),
|
}),
|
||||||
catch: (cause) => cause,
|
catch: (cause) => cause,
|
||||||
}).pipe(
|
}).pipe(
|
||||||
|
|||||||
Reference in New Issue
Block a user