mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-13 19:02:15 +01:00
fix(chromium): hint at --chromium-start-timeout when Chromium fails to start
This commit is contained in:
@@ -222,7 +222,7 @@ func (b *chromiumBrowser) Start(logger *slog.Logger) error {
|
||||
if stopErr != nil {
|
||||
logger.ErrorContext(context.Background(), fmt.Sprintf("stop pinning proxy after failed start: %s", stopErr))
|
||||
}
|
||||
return fmt.Errorf("run exec allocator: %w", err)
|
||||
return fmt.Errorf("run exec allocator: %w; if Chromium is slow to start, raise --chromium-start-timeout (currently %s)", err, b.arguments.wsUrlReadTimeout)
|
||||
}
|
||||
|
||||
b.ctxMu.Lock()
|
||||
|
||||
Reference in New Issue
Block a user