Apply suggestions from code review

This commit is contained in:
Martin
2023-05-04 09:06:46 +02:00
committed by GitHub
parent e89ea96470
commit 62a93bc9c4
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Purpose and description to be added
## Deprecated Metadata Backend
Starting with ocis version 3.0.0, the default backend for metadata switched to messagepack. If the settings `STORAGE_SYSTEM_OCIS_METADATA_BACKEND` **AND** `STORAGE_USERS_OCIS_METADATA_BACKEND` have not been defined manually, the backend will be migrated to `messagepack` automatically. Though still possible to manually configure `xattrs`, this setting should not be used anymore as it will be removed in a later version.
Starting with ocis version 3.0.0, the default backend for metadata switched to messagepack. If the setting `STORAGE_SYSTEM_OCIS_METADATA_BACKEND` has not been defined manually, the backend will be migrated to `messagepack` automatically. Though still possible to manually configure `xattrs`, this setting should not be used anymore as it will be removed in a later version.
## Caching

View File

@@ -4,7 +4,7 @@ Purpose and description to be added
## Deprecated Metadata Backend
Starting with ocis version 3.0.0, the default backend for metadata switched to messagepack. If the settings `STORAGE_SYSTEM_OCIS_METADATA_BACKEND` **AND** `STORAGE_USERS_OCIS_METADATA_BACKEND` have not been defined manually, the backend will be migrated to `messagepack` automatically. Though still possible to manually configure `xattrs`, this setting should not be used anymore as it will be removed in a later version.
Starting with ocis version 3.0.0, the default backend for metadata switched to messagepack. If the setting `STORAGE_USERS_OCIS_METADATA_BACKEND` has not been defined manually, the backend will be migrated to `messagepack` automatically. Though still possible to manually configure `xattrs`, this setting should not be used anymore as it will be removed in a later version.
## CLI Commands