Cover art handling: significantly reduce memory usage. fixes #93
This commit is contained in:
+6
-1
@@ -40,6 +40,11 @@ api-subsonic = true;
|
||||
# Turn on this option to allow the demo account creation/use
|
||||
demo = false;
|
||||
|
||||
# Max entries in the logging throttler (1 entry per client)
|
||||
# Max entries in the login throttler (1 entry per client)
|
||||
login-throttler-max-entries = 10000;
|
||||
|
||||
# Max external cover file size in MBytes
|
||||
cover-max-file-size = 10;
|
||||
|
||||
# Max cover cache size in MBytes
|
||||
cover-max-cache-size = 30;
|
||||
|
||||
Reference in New Issue
Block a user