Skip to content

Commit

Permalink
feat: Add LITESTAR_ prefix before WEB_CONCURRENCY env option (#3227)
Browse files Browse the repository at this point in the history
* feat: Add LITESTAR_ prefix for web concurrency env option

* Replace depacrated with versionchanged directive

* Change wc option description

* Remove depracation warning

---------

Co-authored-by: kedod <kedod>
  • Loading branch information
kedod authored and provinzkraut committed Mar 29, 2024
1 parent 2d20912 commit 109c62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_cli/test_core_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def test_run_command_arguments_precedence(
),
(
("--wc", 2),
("WEB_CONCURRENCY", 4),
("LITESTAR_WEB_CONCURRENCY", 4),
"--workers=2",
),
(
Expand Down

0 comments on commit 109c62f

Please sign in to comment.