Change comment:
Document store.fsattach.cleanOnStartup
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Haru1 +XWiki.CalebJamesDeLisle - Content
-
... ... @@ -102,3 +102,7 @@ 102 102 === Other considerations === 103 103 104 104 If you are running a [[cluster>>platform:AdminGuide.Clustering]] you will need to have a synchronized storage directory for each node. You can use NFS or other means to mount the disk on each node in the cluster. 105 + 106 +==== Directory cleanup ==== 107 + 108 +Since [[XWiki Enterprise 6.0M2>>xwiki:ReleaseNotes.ReleaseNotesXWiki61M2]], it is possible to save time on startup by preventing XWiki from cleaning up empty directories in the Filesystem Attachment Store. To do this, edit ##xwiki.properties## and set **store.fsattach.cleanOnStartup** to false. If you do this, you will be responsible for cleanup of empty directories yourself.