File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 24342434 'localstorage.unlink_on_truncate ' => false ,
24352435
24362436 /**
2437- * EXPERIMENTAL: Include external storage in quota calculations.
2437+ * Include external storage mounts in quota calculations.
24382438 *
2439- * Defaults to ``false``
2439+ * When enabled, user storage quotas will also include files stored on
2440+ * external storage mounts (such as SMB, SFTP, S3, etc.) that are
2441+ * configured for the user (either as personal or global/system mounts).
2442+ *
2443+ * Only files visible to the user at these mount points are counted towards
2444+ * their quota. Files only visible to other users (on their own mounts) are
2445+ * not counted.
2446+ *
2447+ * By default, system/global external storage mounts are shared: every user
2448+ * given access sees the same files and folders from the external storage. To
2449+ * have per-user isolation, configure the mount with user-specific path or
2450+ * credentials, or utilize a personal mount.
2451+ *
2452+ * Enabling this option may impact performance if external storages are slow
2453+ * or unreliable.
2454+ *
2455+ * Warning: This setting is considered EXPERIMENTAL and may not work with all
2456+ * external storage backends.
2457+ *
2458+ * Defaults to ``false``.
24402459 */
24412460 'quota_include_external_storage ' => false ,
24422461
You can’t perform that action at this time.
0 commit comments