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

Commit 26c8299

Browse files
committed
Sub max size changed to 100M
1 parent 63d269f commit 26c8299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ config.submissionDir = process.env.SUBMISSION_DIR || 'test/tmp/submissions';
298298
config.thurgoodDownloadUsername = process.env.THURGOOD_DOWNLOAD_USERNAME || "iamthurgood";
299299
config.thurgoodDownloadPassword = process.env.THURGOOD_DOWNLOAD_PASSWORD || "secret";
300300

301-
//Max size of a submission. Currently set to 10M for now.
302-
config.submissionMaxSizeBytes = 10485760;
301+
//Max size of a submission. Currently set to 100M for now.
302+
config.submissionMaxSizeBytes = 104857600;
303303

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

0 commit comments

Comments
 (0)