Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Fixed typo in ModelConfig.java #2506

Merged
merged 3 commits into from
Aug 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public class ModelConfig {
/** the maximum seconds of a worker recovery's timeout. default: 5 min */
private int maxRetryTimeoutInSec = 300;
/**
* the client timeout in millions second. The inference request will be dropped once it is
* timeout. default: 0 which means no timeout (ie. clientExpireTS default value Long.MAX_VALUE.
* the client timeout in milliseconds. The inference request will be dropped once it is timeout.
* default: 0 which means no timeout (ie. clientExpireTS default value Long.MAX_VALUE.
*/
private long clientTimeoutInMills;
/**
Expand Down