You can add the below bolded “federated-repo” provider section to your $JFROG_HOME/var/etc/artifactory/binarystore.xml and tune the different properties.
<?xml version="1.0" encoding="UTF-8"?> <config version="1"> <chain template="file-system"/> <provider id="federated-repo" type="federated-repo"> <numberOfRemoteImporters>8</numberOfRemoteImporters> <numberOfLocalImporters>12</numberOfLocalImporters> <maxRetry>20</maxRetry> <maximumIdleTimeMs>60000</maximumIdleTimeMs> <errorRecoveryInterval>30000</errorRecoveryInterval> <maximumExecTimeMs>3600000</maximumExecTimeMs> </provider> </config>