Enable treetime and treesize accounting

This commit is contained in:
André Duffeck
2024-02-14 10:46:23 +01:00
parent aab219a38f
commit b231457231

View File

@@ -91,6 +91,8 @@ func Posix(cfg *config.Config) map[string]interface{} {
"user_layout": cfg.Drivers.Posix.UserLayout,
"permissionssvc": cfg.Drivers.Posix.PermissionsEndpoint,
"permissionssvc_tls_mode": cfg.Commons.GRPCClientTLS.Mode,
"treetime_accounting": true,
"treesize_accounting": true,
}
}