Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit a391cbd

Browse files
committed
submission size set to 10M.
1 parent dd1524d commit a391cbd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,8 @@ config.submissionDir = process.env.SUBMISSION_DIR || 'test/tmp/submissions';
277277
config.thurgoodDownloadUsername = process.env.THURGOOD_DOWNLOAD_USERNAME || "iamthurgood";
278278
config.thurgoodDownloadPassword = process.env.THURGOOD_DOWNLOAD_PASSWORD || "secret";
279279

280-
//Max size of a submission. Currently set to 2KB for test purpose. On production, it will be in the order of 100s of MB
281-
//Set to 0 or negative for no size limit.
282-
config.submissionMaxSizeBytes = 2048;
280+
//Max size of a submission. Currently set to 10M for now.
281+
config.submissionMaxSizeBytes = 10485760;
283282

284283
//////Thurgood configurables///////
285284
config.thurgoodCodeUrl = 'https://software.topcoder.com/review/actions/DownloadContestSubmission.do?method=downloadContestSubmission%26uid=';

0 commit comments

Comments
 (0)