From 9570eb685bcc0f15a3ede6228114f4021263014f Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Tue, 23 Oct 2012 13:16:07 +0000 Subject: [PATCH] Tweak to preview size settings for Community 4.2.b git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42991 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/repository.properties | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/alfresco/repository.properties b/config/alfresco/repository.properties index c87552a615..a2d4e59216 100644 --- a/config/alfresco/repository.properties +++ b/config/alfresco/repository.properties @@ -19,8 +19,6 @@ dir.auditcontentstore=${dir.root}/audit.contentstore # See content-services-context.xml system.content.maximumFileSizeLimit= - - # The location for lucene index files dir.indexes=${dir.root}/lucene-indexes @@ -170,7 +168,6 @@ system.acl.maxPermissionChecks=1000 # The maximum number of filefolder list results system.filefolderservice.defaultListMaxResults=5000 - # Properties to control read permission evaluation for acegi system.readpermissions.optimise=true system.readpermissions.bulkfetchsize=1000 @@ -308,7 +305,6 @@ index.backup.cronExpression=0 0 3 * * ? lucene.defaultAnalyserResourceBundleName=alfresco/model/dataTypeAnalyzers - # When transforming archive files (.zip etc) into text representations (such as # for full text indexing), should the files within the archive be processed too? # If enabled, transformation takes longer, but searches of the files find more. @@ -602,7 +598,7 @@ content.transformer.default.maxPages=-1 content.transformer.PdfBox.TextToPdf.maxSourceSizeKBytes=10240 # pdf -> swf using Pdf2swf 2M takes about 60 seconds. -content.transformer.Pdf2swf.maxSourceSizeKBytes=2048 +content.transformer.Pdf2swf.maxSourceSizeKBytes=5120 # txt -> pdf -> swf 5M (pdf is about the same size as the txt) # Need this limit as transformer.PdfBox txt -> pdf is allowed up to 10M