mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 01:39:29 +01:00
SQL Cache size is now user configurable (best performance when its at least as large as the database itself)
This commit is contained in:
@@ -538,6 +538,10 @@ m<%inherit file="base.html"/>
|
||||
<input type="checkbox" name="autowant_all" value="1" ${config['autowant_all']} /><label>Automatically Mark All Albums as Wanted</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>Cache Size (in MB):</label>
|
||||
<input type="text" name="cache_sizemb" value="${config['cache_sizemb']}" size="7">
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Interface</legend>
|
||||
|
||||
Reference in New Issue
Block a user