diff options
Diffstat (limited to 'config.sample.js')
| -rw-r--r-- | config.sample.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sample.js b/config.sample.js index e192385..c63d5fd 100644 --- a/config.sample.js +++ b/config.sample.js @@ -27,7 +27,7 @@ module.exports = { maxsize: '512MB', // The length of the random generated name for the uploaded files - fileLength: 4, + fileLength: 32, }, // Folder where to store logs |