58 lines
1.3 KiB
JSON
Raw Normal View History

2023-08-12 19:08:38 +01:00
{
2023-08-13 18:14:54 +01:00
"serverLocation": "E:\\spt\\Server",
2023-08-13 19:26:39 +01:00
"threads": 10,
2023-08-12 19:08:38 +01:00
"threadPoolingTimeoutMs": 1000,
"jsonSerializer": "DotNet",
"manualGarbageCollectionCalls": false,
"dumpProcessorConfig": {
2023-08-13 19:08:06 +01:00
"spawnContainerChanceIncludeAfterDate": "2023-08-10 00:00:01"
},
2023-08-12 19:08:38 +01:00
"dataStorageConfig": {
"dataStorageType": "Memory",
"fileDataStorageTempLocation": "E:\\spt\\dumps\\cache"
2023-08-12 19:08:38 +01:00
},
"loggerConfig": {
"logLevel": "Info",
"queueLoggerPoolingTimeoutMs": 500
},
"readerConfig": {
"preProcessorConfig": {
"preProcessors": [
"SevenZip"
],
"preProcessorTempFolder": "E:\\spt\\dumps\\temp",
2023-08-12 19:08:38 +01:00
"cleanupTempFolderAfterProcess": true
},
"intakeReaderConfig": {
"maxDumpsPerMap": 5000,
2023-08-12 19:08:38 +01:00
"readerType": "Json",
"ignoredDumpLocations": [
"Hideout"
]
},
"dumpFilesLocation": [
2023-08-13 18:14:54 +01:00
"E:\\spt\\dumps\\input"
2023-08-12 19:08:38 +01:00
],
"thresholdDate": "2023-01-08",
"acceptedFileExtensions": [
"json",
"7z"
],
"processSubFolders": true,
"fileFilters": [
"JsonDump"
]
},
"processorConfig": {
"spawnPointToleranceForForced": 99.5
},
"writerConfig": {
2023-08-13 18:14:54 +01:00
"outputLocation": "E:\\spt\\dumps\\output"
2023-09-08 15:35:19 +01:00
},
"containerIgnoreList": {
"tarkovstreets": [
"container_City_SW_04_DesignStuff_00002",
"Lootable_00063"
]
2023-08-12 19:08:38 +01:00
}
}