1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

fix the config panel

This commit is contained in:
OniriCorpe 2023-08-15 21:13:45 +02:00
parent a4241929b6
commit ab5ce2d1e9

View file

@ -384,7 +384,7 @@ help = "Settings pertaining to... the cache"
[main.cache.cache_memory_target]
ask.en = "Value of the cache target"
ask.fr = "Valeur du niveau de cache"
bind = "cache-memory-target:__FINALPATH__/config.yaml"
bind = "memory-target:__FINALPATH__/config.yaml"
default = "100MiB"
help.en = """Sets a target limit that the application will try to keep it's caches within.\
This is based on estimated sizes of in-memory objects, and so NOT AT ALL EXACT.