Skip to content

Commit

Permalink
Looser timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylmasson committed Oct 21, 2020
1 parent 737bc56 commit ea66979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ int main(int argc, char** argv){
fOptions = std::make_shared<Options>(fLog, mode,
hostname, suri, dbname, override_json);
int dt = duration_cast<milliseconds>(system_clock::now()-ack_time).count();
if (dt > 2000){
if (dt > 6000){
fLog->Entry(MongoLog::Warning,
"Took too long to pull the config docs, try again");
continue;
Expand Down

0 comments on commit ea66979

Please sign in to comment.