Commit a50f1d9f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e3a6a970
......@@ -1583,6 +1583,10 @@ func main() {
// TODO -> teach go-fuse to handle Init.MaxPages (Linux 4.20+).
MaxWrite: 2*1024*1024,
// OS cache that we populate with bigfile data is precious;
// we precisely propagate ZODB invalidations into file invalidations.
PreciseDataCacheControl: true,
DisableXAttrs: true, // we don't use
Debug: *debug,
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment