diff --git a/static/js/admin/src/action/RefreshResultAction.js b/static/js/admin/src/action/RefreshResultAction.js index e038bcebfd..79d04c21a4 100644 --- a/static/js/admin/src/action/RefreshResultAction.js +++ b/static/js/admin/src/action/RefreshResultAction.js @@ -52,7 +52,7 @@ define('RefreshResultAction', ['jquery', 'RemoteStateChangeMonitor'], function($ url : "/services/api/status/item/" + resultObject.pid + "/solrRecord/version", dataType : 'json' }, - maxAttempts : this.context.maxAttempts? this.context.maxAttempts : 0 + maxAttempts : this.context.maxAttempts? this.context.maxAttempts : 15 }); followupMonitor.performPing();