diff --git a/backend/data/settings_api.go b/backend/data/settings_api.go index 62ef945..832b6f9 100644 --- a/backend/data/settings_api.go +++ b/backend/data/settings_api.go @@ -125,7 +125,7 @@ func (s SettingsApi) GetConfig() *Settings { settings.BrowserPath, _ = CheckBrowserOnWindows() } if settings.BrowserPoolSize <= 0 { - settings.BrowserPoolSize = 3 + settings.BrowserPoolSize = 1 } return &settings }