Unverified Commit ed6f7597 authored by Yingchun Lai's avatar Yingchun Lai Committed by GitHub
Browse files

Fix the missing 'lof' choice of --schedule-policy server args (#7114)

parent e67276ec
......@@ -868,7 +868,7 @@ class ServerArgs:
"--schedule-policy",
type=str,
default=ServerArgs.schedule_policy,
choices=["lpm", "random", "fcfs", "dfs-weight"],
choices=["lpm", "random", "fcfs", "dfs-weight", "lof"],
help="The scheduling policy of the requests.",
)
parser.add_argument(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment