Skip to content

Commit

Permalink
bump up the refresh time
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 22, 2024
1 parent 52bf591 commit 7c16b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/credentials_provider_cached.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AWS_STATIC_STRING_FROM_LITERAL(s_credential_expiration_env_var, "AWS_CREDENTIAL_
*/

#define REFRESH_CREDENTIALS_EARLY_DURATION_SECONDS 10
#define REFRESH_CREDENTIALS_EARLY_DURATION_SECONDS 60 * 5 /* 5 minutes */

struct aws_credentials_provider_cached {
struct aws_credentials_provider *source;
Expand Down

0 comments on commit 7c16b43

Please sign in to comment.