Skip to content

Commit

Permalink
yegor256#348 2 minutes delay instead of 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 11, 2017
1 parent 236c202 commit 8eb99e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3auth-hosts/src/main/java/com/s3auth/hosts/FastHost.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public Stats stats() {
}

@Override
@Timeable(limit = Tv.THIRTY, unit = TimeUnit.SECONDS)
@Timeable(limit = 2, unit = TimeUnit.MINUTES)
public Resource fetch(final URI uri, final Range range,
final Version version) throws IOException {
return this.origin.fetch(uri, range, version);
Expand Down

0 comments on commit 8eb99e2

Please sign in to comment.