Skip to content

Commit

Permalink
[serving] Fixes large concurrent clients performance issue (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Oct 21, 2023
1 parent f5617e8 commit 48258d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public CompletableFuture<Item> run(
}

return evaluateArgs(args)
.thenComposeAsync(
.thenCompose(
processedArgs ->
executor.getWlm()
.runJob(
Expand Down

0 comments on commit 48258d4

Please sign in to comment.