mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +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}
|
||||
sliderMax={1024}
|
||||
inputMin={32}
|
||||
inputMax={20000}
|
||||
step={8}
|
||||
onBlurCallback={value => setCacheSize(Math.round(value / 8) * 8)}
|
||||
inputMax={999999}
|
||||
step={4}
|
||||
onBlurCallback={value => setCacheSize(Math.round(value / 4) * 4)}
|
||||
/>
|
||||
|
||||
<SliderInput
|
||||
|
||||
Reference in New Issue
Block a user