Made STB the default image manipulation library to reduce memory usage (GraphicsMagick can still be selected). closes #93
This commit is contained in:
@@ -48,3 +48,6 @@ cover-max-file-size = 10;
|
||||
|
||||
# Max cover cache size in MBytes
|
||||
cover-max-cache-size = 30;
|
||||
|
||||
# JPEG quality for covers (range is 1-100)
|
||||
cover-jpeg-quality = 75;
|
||||
|
||||
@@ -10,6 +10,7 @@ WorkingDirectory=/var/lms
|
||||
ExecStart=/usr/bin/lms
|
||||
User=lms
|
||||
Group=lms
|
||||
Environment=OMP_THREAD_LIMIT=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user