Skip to content

Commit

Permalink
[5649] Bump the CA timeout for forwarding.
Browse files Browse the repository at this point in the history
  • Loading branch information
msiodelski committed Jun 14, 2018
1 parent 83f252d commit 66154e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/agent/ca_command_mgr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace {

/// @brief Client side connection timeout.
/// @todo Make it configurable.
const long CONNECTION_TIMEOUT = 10000;
const long CONNECTION_TIMEOUT = 60000;

}

Expand Down

0 comments on commit 66154e3

Please sign in to comment.