Skip to content

Commit

Permalink
Merge pull request #8 from VedantDambhare/main
Browse files Browse the repository at this point in the history
Increased timeout for grpc
  • Loading branch information
svkeerthy authored Jan 22, 2024
2 parents 3418a85 + 2e24cca commit 8690807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/MLModelRunner/gRPCModelRunner.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class gRPCModelRunner : public MLModelRunner {

int max_retries = 30, attempts = 0;
double retries_wait_secs = 0.2;
int deadline_time = 1000;
int deadline_time = 10000;
int deadline_max_retries = 30, deadline_attpts = 0;
double retry_wait_backoff_exponent = 1.5;

Expand Down

0 comments on commit 8690807

Please sign in to comment.