Skip to content

Commit

Permalink
Fix backoff for SingleSampleSource.
Browse files Browse the repository at this point in the history
  • Loading branch information
ojw28 committed Jul 30, 2015
1 parent 5f51a4f commit ed51b58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private void maybeStartLoading() {
if (elapsedMillis < getRetryDelayMillis(currentLoadableExceptionCount)) {
return;
}
clearCurrentLoadableException();
currentLoadableException = null;
}
loader.startLoading(this, this);
}
Expand Down

0 comments on commit ed51b58

Please sign in to comment.