Skip to content

Commit

Permalink
fix: maximum batch latency of model server details (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Wangyu Han <[email protected]>

Signed-off-by: Wangyu Han <[email protected]>
  • Loading branch information
hanwgyu authored Oct 18, 2022
1 parent 776ece7 commit a3a8e80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*ngIf="ext.batcher?.maxLatency"
key="Maximum batch latency"
>
{{ ext.batcher?.maxBatchSize }}
{{ ext.batcher?.maxLatency }}
</lib-details-list-item>

<lib-details-list-item *ngIf="ext.batcher?.timeout" key="Timeout of batcher">
Expand Down

0 comments on commit a3a8e80

Please sign in to comment.