small buff

This commit is contained in:
2026-04-04 00:24:43 +02:00
parent 32f94cf02b
commit a1b0f47f47
2 changed files with 14 additions and 3 deletions

View File

@@ -2465,8 +2465,8 @@ const nn_Drive nn_defaultDrives[4] = {
.sectorSize = 512,
.platterCount = 16,
.cacheLineSize = 8,
.readsPerTick = 40,
.writesPerTick = 20,
.readsPerTick = 60,
.writesPerTick = 30,
.rpm = 7200,
.onlySpinForwards = false,
.dataEnergyCost = 2048.0 / NN_MiB,