Merge pull request #13832 from nextcloud/feat/snowflake_serverid

This commit is contained in:
Benjamin Gaussorgues
2025-11-04 16:38:02 +01:00
committed by GitHub

View File

@@ -15,3 +15,9 @@ Previews
The preview provider for MP3 files, which reads cover images embedded in the files, is disabled by default for performance and stability reasons.
See :doc:`../configuration_files/previews_configuration` for details on how to enable or disable the preview provider.
Snowflake IDs
-------------
This version of Nextcloud ships with `Snowflake IDs <https://en.wikipedia.org/wiki/Snowflake_ID>`_. Those IDs include the creation time of object, a sequence ID and a server ID.
The server ID should now be configured in your config.php file or using environment variables. See :doc:`../configuration_server/config_sample_php_parameters` for more information.