Delete uploaded sample if something goes wrong, add sample size limit

This commit is contained in:
Kevin Thomas
2021-11-11 20:26:18 -08:00
parent af5049c98e
commit f4ec82b2ff
2 changed files with 32 additions and 15 deletions

View File

@@ -3,6 +3,7 @@
"listeningPort": 1432,
"sessionFileStorePath": "sessions",
"sampleUploadPath": "samples",
"maxSampleSize": 10737418240, // In bytes, 10GB by default
"sessionSecret": "cats",
"logFile": "log/noisedash.log",
"tls": false,