SQL Cache size is now user configurable (best performance when its at least as large as the database itself)

This commit is contained in:
Patrick Speiser
2012-09-16 11:27:48 +02:00
parent 6304d27266
commit e9c66b8de2
4 changed files with 15 additions and 4 deletions

View File

@@ -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>