How do I configure how often Artifactory checks against Xray about an Artifact's scan status?

How do I configure how often Artifactory checks against Xray about an Artifact's scan status?

AuthorFullName__c
Matthew Wang
articleNumber
000004515
ft:sourceType
Salesforce
FirstPublishedDate
2019-08-07T05:44:52Z
lastModifiedDate
2023-01-22T11:08:14Z
VersionNumber
4

You can tune how often Artifactory reaches out to Xray to check the status by editing the $ARTIFACTORY_HOME/etc/artifactory.system.properties file:
artifactory.xray.client.block.cache.expiration.intervalSecs=150 (default 300) - Cache of artifacts that got a scanning status
artifactory.xray.client.block.unscanned.cache.expiration.intervalSecs=60 (default 120) - Cache of artifact that don’t have scanning status

Then, restart Artifactory.