Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
value need seems to be 1
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Feb 10, 2011
1 parent 940f3b6 commit 8ffc6e6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -770,7 +770,7 @@ private S3Service getService()
j3p.setProperty("s3service.disable-dns-buckets", "true");
j3p.setProperty("s3service.s3-endpoint", host);
j3p.setProperty("s3service.https-only", this.useHttps);
j3p.setProperty("storage-service.internal-error-retry-max", "0");
//j3p.setProperty("storage-service.internal-error-retry-max", "0");
j3p.setProperty("httpclient.socket-timeout-ms", "0");

HostConfiguration hc = new HostConfiguration();
Expand Down

0 comments on commit 8ffc6e6

Please sign in to comment.