Main: Remove uvloop/winloop from experimental status
Uvloop/Winloop does provide advantages to asyncio vs the standard Proactor loop, so remove experimental status. Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
parent
0dcbb7a722
commit
30f02e5453
3 changed files with 8 additions and 24 deletions
|
|
@ -437,14 +437,6 @@ class DeveloperConfig(BaseConfigModel):
|
|||
cuda_malloc_backend: Optional[bool] = Field(
|
||||
False, description=("Enable the torch CUDA malloc backend (default: False).")
|
||||
)
|
||||
uvloop: Optional[bool] = Field(
|
||||
False,
|
||||
description=(
|
||||
"Run asyncio using Uvloop or Winloop which can improve performance.\n"
|
||||
"NOTE: It's recommended to enable this, but if something breaks "
|
||||
"turn this off."
|
||||
),
|
||||
)
|
||||
realtime_process_priority: Optional[bool] = Field(
|
||||
False,
|
||||
description=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue