From 4852b1479b8e70a1168ea8d3daf1643b339e6db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E9=9B=84?= Date: Tue, 2 Jan 2024 03:05:53 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eoffice=E8=BD=AC=E6=8D=A2=20?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E5=B1=9E=E6=80=A7=E5=8A=9F=E8=83=BD=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9Eoffice=E8=BD=AC=E6=8D=A2=20=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 高雄 --- server/src/main/config/application.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/src/main/config/application.properties b/server/src/main/config/application.properties index 02931dd7..a30b5c50 100644 --- a/server/src/main/config/application.properties +++ b/server/src/main/config/application.properties @@ -27,10 +27,14 @@ spring.freemarker.suffix = .ftl #openoffice或LibreOffice home路径 #office.home = C:\\Program Files (x86)\\OpenOffice 4 office.home = ${KK_OFFICE_HOME:default} -## office转换服务的进程数,默认开启两个进程 +## office转换服务的端口,默认开启两个进程 office.plugin.server.ports = 2001,2002 ## office 转换服务 task 超时时间,默认五分钟 office.plugin.task.timeout = 5m +#此属性设置office进程在重新启动之前可以执行的最大任务数。0表示无限数量的任务(永远不会重新启动) +office.plugin.task.maxtasksperprocess = 200 +#此属性设置处理任务所允许的最长时间。如果任务的处理时间长于此超时,则此任务将中止,并处理下一个任务。 +office.plugin.task.taskexecutiontimeout = 5m #生成限制 默认不限制 使用方法 (1-5) office.pagerange = ${KK_OFFICE_PAGERANGE:false} #生成水印 默认不启用 使用方法 (kkFileView)