Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Bump max retries for pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed May 17, 2017
1 parent 06c497d commit a714fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define STORJ_DOWNLOAD_WRITESYNC_CONCURRENCY 4
#define STORJ_DEFAULT_MIRRORS 5
#define STORJ_MAX_REPORT_TRIES 2
#define STORJ_MAX_TOKEN_TRIES 3
#define STORJ_MAX_TOKEN_TRIES 6
#define STORJ_MAX_POINTER_TRIES 2
#define STORJ_MAX_INFO_TRIES 6

Expand Down

0 comments on commit a714fa6

Please sign in to comment.