// don't recheck config automatically when there are a large number of storages
if(result.length<20){
self.recheckStorageConfig($tr);
}else{
self.updateStatus($tr,StorageConfig.Status.INDETERMINATE,t('files_external','Automatic status checking is disabled due to the large number of configured storages, click to check status'));