mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Refactor of the file state cache code. (Part 2 of 2).
Removed the repo specific file state cache code. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19949 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -389,7 +389,7 @@ public class HomeShareMapper implements ShareMapper, InitializingBean
|
||||
// Create the disk driver and context
|
||||
|
||||
ContentContext diskCtx = new ContentContext( getHomeFolderName(), "", "", alfClient.getHomeFolder());
|
||||
diskCtx.enableStateTable( true, m_driver.getStateReaper());
|
||||
diskCtx.enableStateCache( true);
|
||||
|
||||
// Create a temporary shared device for the users home directory
|
||||
|
||||
|
Reference in New Issue
Block a user