From e5a235efa5ccd7949aa3305290e74cdf0985615e Mon Sep 17 00:00:00 2001
From: Gustavo Trott <gustavo@trott.com.br>
Date: Thu, 25 Mar 2021 14:34:52 -0300
Subject: [PATCH] Removes jodconverter configs that is not used anymore

---
 .../grails-app/conf/bigbluebutton.properties      | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties
index 61096be40a..30bbcf15ef 100755
--- a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties
+++ b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties
@@ -48,25 +48,10 @@ presCheckExec=/usr/share/prescheck/prescheck.sh
 # Office doc to PDF right away.
 skipOfficePrecheck=true
 
-#----------------------------------------------------
-# Number of soffice processes that are running on this machine
-sofficeManagers=4
-
-#----------------------------------------------------
-# Port number of the first soffice process
-sofficeBasePort=8201
-
 #----------------------------------------------------
 # Executable for presentation office conversion
 presOfficeConversionExec=/usr/share/bbb-libreoffice-conversion/convert.sh
 
-#----------------------------------------------------
-# Working directory prefix for each soffice process.
-# The value of this is appended with the number of the
-# soffice process (starting at 1), padded to two digits
-# (e.g. /var/tmp/soffice_01 for the first process).
-sofficeWorkingDirBase=/var/tmp/soffice_
-
 #----------------------------------------------------
 # These will be copied in cases where the conversion process
 # fails to generate a slide from the uploaded presentation
-- 
GitLab