Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug6739 authored Dec 23, 2024
1 parent c920157 commit 9933ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const config = {
max_file_size: 20 * 1024 * 1024, // 20MB
upload_path: resolve(__dirname, '../uploads'),
access_token_expiration: '1800s',
access_token_expiration_ms: 5 * 1000, // 30 minutes
access_token_expiration_ms: 1800 * 1000, // 30 minutes
refresh_token_expiration: 7 * 24 * 60 * 60 * 1000,
// in octets
max_user_size: 1000 * 1024 * 1024, // 1GB
Expand Down

0 comments on commit 9933ba9

Please sign in to comment.