From 1896783685ba437b5a8fc30ec380f98a4d1aa369 Mon Sep 17 00:00:00 2001 From: Rafael de Oliveira Marques Date: Tue, 28 Oct 2025 09:53:39 -0300 Subject: [PATCH] fix diff --- docs/pt/docs/deployment/server-workers.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/pt/docs/deployment/server-workers.md b/docs/pt/docs/deployment/server-workers.md index ec4c831cd..bfb1e6687 100644 --- a/docs/pt/docs/deployment/server-workers.md +++ b/docs/pt/docs/deployment/server-workers.md @@ -64,13 +64,13 @@ $ fastapi run --workers 4 INFO Started server process [27368] INFO Started server process [27369] INFO Started server process [27370] - INFO Started server process [27367] - INFO Waiting for application startup. - INFO Waiting for application startup. - INFO Waiting for application startup. - INFO Waiting for application startup. - INFO Application startup complete. - INFO Application startup complete. + INFO Started server process [27367] + INFO Waiting for application startup. + INFO Waiting for application startup. + INFO Waiting for application startup. + INFO Waiting for application startup. + INFO Application startup complete. + INFO Application startup complete. INFO Application startup complete. INFO Application startup complete. ```