-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 804 Bytes
/
config.json
File metadata and controls
32 lines (32 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"appName": "MarkSwift",
"port": 3000,
"fileUploadLimits": {
"maxFileSizeMB": 10,
"maxFilesPerBatch": 100
},
"concurrencyModes": {
"normal": 5,
"fast": 9,
"max": 13
},
"cleanupSettings": {
"periodicScanIntervalMinutes": 10,
"orphanedSessionAgeMinutes": 15,
"postDownloadCleanupDelayMs": 100000
},
"logging": {
"level": "info"
},
"queueSettings": {
"maxConcurrentSessions": 2,
"maxQueueSize": 50,
"queueCheckIntervalMs": 2000,
"jobTimeoutMs": 300000,
"maxRequestsPerMinute": 10,
"defaultAvgTimePerFileMs": 900,
"defaultBaseJobOverheadMs": 10000,
"maxProcessingHistory": 20,
"minimumQueueDisplayTimeMs": 2000
}
}