Browse Source

3.4.0 update

xiaofei 1 year ago
parent
commit
e20b9d0c4c
1 changed files with 1 additions and 5 deletions
  1. 1 5
      distributed-print/install/config.ini

+ 1 - 5
distributed-print/install/config.ini

@@ -2,7 +2,7 @@
 version=3.4.0
 name=֪ѧ֪¿¼
 portal=http://localhost:7400/
-module=print,task
+module=print
 depend=mysql,nginx,redis
 
 [mysql]
@@ -16,7 +16,3 @@ after=
 [print]
 port=7410
 exec=%QMTH_HOME%\common\jdk\bin\java -Xms512m -Xmx3g -Dqmth.home=%QMTH_HOME% -jar print.jar
-
-[task]
-port=7420
-exec=%QMTH_HOME%\common\jdk\bin\java -Xms512m -Xmx1g -Dqmth.home=%QMTH_HOME% -jar task.jar