-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcache_presets.json
24 lines (24 loc) · 1.27 KB
/
cache_presets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"presets": [
{
"name": "SMMC default custom Cache Settings (Recommended)",
"url": "https://raw.githubusercontent.com/ljransom/SSMC/main/default_cache_preset.xml",
"description": "This preset will restore the default SSMC settings for the 'network' and 'cache' categories."
},
{
"name": "Zero Cache Preset",
"url": "https://raw.githubusercontent.com/ljransom/SMMC/main/zero_cache_preset.XML",
"description": "This preset will enable 'zero cache' on your device. [B]DO NOT[/B] use this preset on devices with low amounts of free storage, or that have flash storage. [B]It is only safe[/B] to use on devices with hard drives."
},
{
"name": "Low-RAM Device Preset",
"url": "https://raw.githubusercontent.com/ljransom/SMMC/main/Low-RAM-Device-Preset",
"description": "This preset can be used on devices with less than 2GB of RAM, like Amazon Fire Sticks."
},
{
"name": "High-End Device Preset",
"url": "https://raw.githubusercontent.com/ljransom/SMMC/main/High-End-Device-Preset",
"description": "This preset can be used on devices with more than 2GB of RAM, like the Nvidia Shield."
}
]
}