Skip to content

Commit

Permalink
SAK-32346 (2) (sakaiproject#4893)
Browse files Browse the repository at this point in the history
  • Loading branch information
marktriggs authored and jonespm committed Oct 19, 2017
1 parent 4235437 commit e42fb17
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,9 @@ else if ("CreateFolder".equals(commandStr)) {
}


private static final int MAX_SAVE_RETRIES = 1000;
// Set to be consistent with
// org.sakaiproject.content.api.ContentHostingService.MAXIMUM_ATTEMPTS_FOR_UNIQUENESS
private static final int MAX_SAVE_RETRIES = 100;

/**
* Manage the Post requests (FileUpload).<br>
Expand Down

0 comments on commit e42fb17

Please sign in to comment.