-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
43 lines (43 loc) · 891 Bytes
/
Copy pathconfig.json
File metadata and controls
43 lines (43 loc) · 891 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
33
34
35
36
37
38
39
40
41
42
43
{
"plans": {
"normal": "Everyday",
"boost": "High Performance"
},
"thresholds": {
"cpuPercent": 70,
"gpuPercent": 70,
"promoteHoldSeconds": 5,
"demoteHoldSeconds": 15
},
"sampling": {
"intervalMs": 1000
},
"games": {
"watch": [
"cod.exe",
"bf2042.exe",
"fortniteclient-win64-shipping.exe"
]
},
"gpu": {
"nvidia": {
"preferSMI": true,
"smiPath": "C:\\Windows\\System32\\nvidia-smi.exe"
},
"amd": {
"preferPyadl": true
}
},
"lconnect": {
"enableFanBoost": true,
"serviceName": "LConnectService",
"targetFile": "C:\\ProgramData\\Lian-Li\\L-Connect 3\\settings\\L-Connect-Service",
"mbOnDir": ".\\MB_on",
"mbOffDir": ".\\MB_off",
"backupFile": ".\\backup\\lconnect_original_backup.bin"
},
"logging": {
"logDir": ".\\logs",
"verbosity": "info"
}
}