Special Cases

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

The following are special cases you will need to take into consideration:

  • revocable-expiry-threshold = 0

    This means that all tokens are revocable.

    Important

    Setting all the tokens to be revocable will affect the performance of the system, since all the tokens in the system will need to be checked directly with the database to validate that they were not revoked (including internal system ones). It is preferable to not lower this threshold to below 2 hours.

  • revocable-expiry-threshold = -1

    This means that all tokens that have an expiration are non-revocable.

  • persistency-expiry-threshold <= 0

    This means that all tokens that have this setting are persistent.

    Important

    Setting all the tokens to be persistent will affect the performance of the system, since all the tokens in the system will need to be checked directly with the database to validate that they are still persistent (including internal system ones). It is preferable to not lower this threshold to below 2 hours.