imwithye commited on
Commit
e8cb81e
·
1 Parent(s): 12bbb60

max 8 to save cpu

Browse files
Files changed (1) hide show
  1. src/components/ui-controls.tsx +1 -1
src/components/ui-controls.tsx CHANGED
@@ -133,7 +133,7 @@ export const UIControls = () => {
133
  value={scrambleLength}
134
  onChange={(value) => setScrambleLength(value as number)}
135
  minValue={1}
136
- maxValue={20}
137
  step={1}
138
  />
139
  </div>
 
133
  value={scrambleLength}
134
  onChange={(value) => setScrambleLength(value as number)}
135
  minValue={1}
136
+ maxValue={8}
137
  step={1}
138
  />
139
  </div>