mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
npm run format
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ const conf = convict({
|
||||
},
|
||||
max_file_size: {
|
||||
format: Number,
|
||||
default: (1024 * 1024 * 1024) * 2,
|
||||
default: 1024 * 1024 * 1024 * 2,
|
||||
env: 'P2P_MAX_FILE_SIZE'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user