Skip to content

Commit

Permalink
Feat: limit min disk full trigger to a full page size
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebonnici committed Apr 4, 2024
1 parent 4deba50 commit 561417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SidePanel/SessionSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default () => {
unit="MB"
value={diskFullTrigger}
range={{
min: 1,
min: 6, // 4 * 100_000 * 10 bytes ~= 5.7 MB per page
max: 10240,
decimals: undefined,
step: undefined,
Expand Down

0 comments on commit 561417f

Please sign in to comment.