Is your feature request related to a problem?
In view/html.go:267, remoteImageCacheSize is hardcoded to 20. Users on low-memory systems or power users might want to adjust this.
Describe the solution you'd like
Make this configurable via the main config.yaml.
Alternatives considered
Leave it hardcoded, but this is inflexible.
Is your feature request related to a problem?
In
view/html.go:267,remoteImageCacheSizeis hardcoded to 20. Users on low-memory systems or power users might want to adjust this.Describe the solution you'd like
Make this configurable via the main
config.yaml.Alternatives considered
Leave it hardcoded, but this is inflexible.