Skip to content

Commit

Permalink
Fixed typo in ModelConfig.java (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavmehta7 committed Aug 1, 2023
1 parent 35ef00f commit fdcc223
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit fdcc223

Please sign in to comment.