Skip to content

Commit

Permalink
rats-rs: extend aa timeout to 2 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: Kun Lai <[email protected]>
  • Loading branch information
imlk0 committed Mar 3, 2025
1 parent b6b1aa2 commit be9f978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/secret/rats_tls_secret_provider_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

constexpr int kMaxNumsOfPolicyIds = 16;
constexpr int kCertUpdateIntervalSecond = 60 * 60; // 1 hour
constexpr int kRatsRsCreateCertTimeoutSecond = 30;
constexpr int kRatsRsCreateCertTimeoutSecond = 120; // 2 min

namespace Envoy {
namespace Secret {
Expand Down

0 comments on commit be9f978

Please sign in to comment.