mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
test: removing unoconv listener as soffice in server mode has a memory leak
This commit is contained in:
@@ -31,9 +31,9 @@ func main() {
|
||||
if !config.DisableGoogleChrome() {
|
||||
processes = append(processes, pm2.NewChromeProcess(systemLogger))
|
||||
}
|
||||
if !config.DisableUnoconv() {
|
||||
/*if !config.DisableUnoconv() {
|
||||
processes = append(processes, pm2.NewUnoconvProcess(systemLogger))
|
||||
}
|
||||
}*/
|
||||
for _, p := range processes {
|
||||
systemLogger.InfofOp(op, "starting '%s' with PM2...", p.Fullname())
|
||||
if err := p.Start(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user