Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit f50b1b4

Browse files
committed
Update capitalization of Gunicorn.
1 parent 260a8c5 commit f50b1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,13 +618,13 @@ SAGEMAKER_TFS_MAX_ENQUEUED_BATCHES="10000"
618618
The following environment variables can be set on a SageMaker Model or Transform Job if further configuration is required:
619619

620620
[Configures](https://docs.gunicorn.org/en/stable/settings.html#loglevel)
621-
the logging level for GUnicorn.
621+
the logging level for Gunicorn.
622622
```bash
623623
# Defaults to "info"
624624
SAGEMAKER_GUNICORN_LOGLEVEL="debug"
625625
```
626626
[Configures](https://docs.gunicorn.org/en/stable/settings.html#timeout)
627-
how long a GUnicorn worker may be silent before it is killed and restarted.
627+
how long a Gunicorn worker may be silent before it is killed and restarted.
628628
```bash
629629
# Defaults to 30.
630630
SAGEMAKER_GUNICORN_TIMEOUT_SECONDS="60"

0 commit comments

Comments
 (0)