Skip to content

Commit

Permalink
fix: Key ID cache TTL corrected! (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Jun 15, 2024
1 parent b78a786 commit e3ec1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ quarkus.rest-client.azure-key-vault-keys.url=http://dummy
# ------------------------------------------------------------------------------
# TTL for the key ID cache
# ------------------------------------------------------------------------------
keyid-cache.expire-after-write=1h
keyid-cache.expire-after-write=3600

# ------------------------------------------------------------------------------
# OpenTelemetry
Expand Down

0 comments on commit e3ec1b1

Please sign in to comment.