Skip to content

Commit

Permalink
Add DEFAULT_ARCHIVE_FILE_SIZE_LIMIT value
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato authored and sonots committed Feb 19, 2019
1 parent ed616f3 commit ecc6236
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ public class ProjectResource

private static final Logger logger = LoggerFactory.getLogger(ProjectResource.class);
private static final int DEFAULT_ARCHIVE_TOTAL_SIZE_LIMIT = 2 * 1024 * 1024;
private static final int DEFAULT_ARCHIVE_FILE_SIZE_LIMIT = DEFAULT_ARCHIVE_TOTAL_SIZE_LIMIT;
private static int MAX_ARCHIVE_TOTAL_SIZE_LIMIT;
private static int MAX_ARCHIVE_FILE_SIZE_LIMIT;
private static int MAX_SESSIONS_PAGE_SIZE;
Expand Down

0 comments on commit ecc6236

Please sign in to comment.