Add workaround for Nine Sols registry size issue
This commit is contained in:
parent
20e6db809f
commit
9d0d0d2435
3 changed files with 11 additions and 4 deletions
|
@ -17,6 +17,12 @@ Nevsky Run:
|
|||
# Also, it's been renamed on Steam to "Secret Girl"
|
||||
# and is no longer available for sale.
|
||||
useSteamCloud: false
|
||||
Nine Sols:
|
||||
# The registry.yaml backups can become large (> 100 MB),
|
||||
# causing memory usage in Ludusavi to spike (> 1 GB).
|
||||
# For now, we ignore the registry until there is a proper solution.
|
||||
# https://github.com/mtkennerly/ludusavi/issues/370
|
||||
omitRegistry: true
|
||||
Overwatch:
|
||||
# The game is no longer playable at all,
|
||||
# and its save locations are identical to Overwatch 2,
|
||||
|
|
|
@ -436730,10 +436730,6 @@ Nine Sols:
|
|||
- when:
|
||||
- os: windows
|
||||
store: steam
|
||||
registry:
|
||||
HKEY_CURRENT_USER/SOFTWARE/RedCandleGames/NineSols:
|
||||
tags:
|
||||
- config
|
||||
steam:
|
||||
id: 1809540
|
||||
"Nine Witches: Family Disruption":
|
||||
|
|
Reference in a new issue