Skip to content

Commit

Permalink
enforce slightly less
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Sep 12, 2023
1 parent 24eee49 commit ac8e786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspect/scorecalc/calculator.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
DefaultMinDownloadSpeedInMbps = 10 // 10 mbps
DefaultMinUploadSpeedInMbps = 3 // 3 mbps
DefaultEarliestBlock = inspect.VeryOldBlockNumber
DefaultMinTotalMemory = 16e9 // 16 gigabytes
DefaultMinTotalMemory = 15e9 // ~16 gigabytes
DefaultMinAvailableMemory = 2e9 // 2 gigabytes
)

Expand Down

0 comments on commit ac8e786

Please sign in to comment.