change cache max value to 1TB and increase steps

This commit is contained in:
nikk gitanes
2021-07-23 00:41:59 +03:00
parent f333e41faa
commit 79216b3c7b

View File

@@ -80,9 +80,9 @@ export default function PrimarySettingsComponent({
sliderMin={32} sliderMin={32}
sliderMax={1024} sliderMax={1024}
inputMin={32} inputMin={32}
inputMax={20000} inputMax={999999}
step={8} step={4}
onBlurCallback={value => setCacheSize(Math.round(value / 8) * 8)} onBlurCallback={value => setCacheSize(Math.round(value / 4) * 4)}
/> />
<SliderInput <SliderInput