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
This commit is contained in:
Kevin Roast
2012-10-23 13:16:07 +00:00
parent c8c7508ce7
commit 9570eb685b

View File

@@ -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