Skip to content

Commit

Permalink
Merge branch 'master' into release-0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jul 28, 2023
2 parents 0a53337 + 8da6f90 commit 7af8509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "validation/gradlew"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b # pin@1.0.6
2 changes: 1 addition & 1 deletion src/main/java/com/auth0/jwk/JwkProviderBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private static URL buildJwkUrl(String domain) {
}

/**
* Toggle the cache of Jwk. By default the provider will use cache.
* Toggle the cache of Jwk. By default, the provider will use a cache size of 5 and a duration of 10 hours.
*
* @param cached if the provider should cache jwks
* @return the builder
Expand Down

0 comments on commit 7af8509

Please sign in to comment.