mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
change cache max value to 1TB and increase steps
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user