Skip to content

Commit

Permalink
feat: flip the default
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Sep 26, 2024
1 parent 3be57da commit e1f1485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/litestar_granian/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def isatty() -> bool: # pragma: nocover
@option(
"--in-subprocess/--no-subprocess",
"in_subprocess",
default=True,
default=False,
help="Launch Granian in a subprocess.",
envvar="LITESTAR_GRANIAN_IN_SUBPROCESS",
)
Expand Down

0 comments on commit e1f1485

Please sign in to comment.