shortened autodetection frequency warning

This commit is contained in:
Tamius Han 2018-05-02 17:56:10 +02:00
parent cdd533e093
commit 1d0772fae7

View File

@ -210,12 +210,13 @@
</div>
<div id="autoar-basic-settings" class="suboption hidden">
<div class="warning">
<!-- <div class="warning">
<p>Due to technical reasons, the check frequency has been temporarily-ish decreased to 1 check per second.</p><small><p>Raising that number back to 30 will make sure the extension corrects aspect ratio as soon as change is detected. Doing so will also raise RAM usage to 30-500 MB if you opened your browser 5 seconds ago, north of 1 GB (<i>way</i> north) if your browser has been opened for a while.</p><p>Keeping check frequency low will make the problem go away (mostly), but aspect ratio corrections will be delayed a bit.</p></small>
</div>
</div> -->
<p><input type="checkbox" id="_checkbox_autoArEnabled" class="_autoAr_enabled _autoAr"> Enable automatic aspect ratio detection?</p>
<p>Checks per second: <input id="_input_autoAr_frequency" class="_autoAr_frequency _autoAr" type="number" min="1" max="999"><span class="button _save_autoAr_frequency _autoAr">Save</div></p>
<div class="warning"><p><small>NOTE: increasing the frequency can result in _very_ high RAM usage and slow performance.</small></p></div>
</div>