Skip to content

Commit a0bc470

Browse files
authored
Update default blockSize to 4096 for new blank disks (#2660)
1 parent 287a531 commit a0bc470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/forms/disk-create.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { bytesToGiB, GiB } from '~/util/units'
4141

4242
const blankDiskSource: DiskSource = {
4343
type: 'blank',
44-
blockSize: 512,
44+
blockSize: 4096,
4545
}
4646

4747
const defaultValues: DiskCreate = {

0 commit comments

Comments
 (0)