Skip to content

Commit

Permalink
A reminder to keep the docs current
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaughan committed Dec 1, 2024
1 parent d055977 commit 228cdee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/waitress/adjustments.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ def resolve_wsgi_app(app_name, call=False):
class Adjustments:
"""This class contains tunable parameters."""

# If you add new parameters, be sure to update the following files:
# * src/arguments.rst (waitress.serve)
# * src/waitress/runner.py and src/runner.rst (CLI documentation)
_params = (
("host", str),
("port", int),
Expand Down

0 comments on commit 228cdee

Please sign in to comment.