You can add the below bolded “federated-repo” provider section to your $JFROG_HOME/var/etc/artifactory/binarystore.xml inside the <config> and </config> tags and tune the different properties.
<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>