Skip to content

Commit

Permalink
resume size
Browse files Browse the repository at this point in the history
  • Loading branch information
aletya committed Apr 23, 2024
1 parent 676acd0 commit 86a548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Config = {
S3_SECRET_KEY: getEnv("S3_SECRET_KEY"),
S3_BUCKET_NAME: getEnv("S3_BUCKET_NAME"),
S3_REGION: getEnv("S3_REGION"),
MAX_RESUME_SIZE_BYTES: 6144,
MAX_RESUME_SIZE_BYTES: 6 * 1024 * 1024,
RESUME_URL_EXPIRY_SECONDS: 60,
};

Expand Down

0 comments on commit 86a548a

Please sign in to comment.