erigontech / erigontech/erigon

Replace 1024, 1024^2, etc with constans

Open
#14,688 1 comment 0 reactions 0 assignees View on GitHub
tech debt reduction
Dominant language
Go
Stars
3.6k
Forks
1.5k
Avg merge
1d 16h
Merged PRs (30d)
455

Description

E.g.
````
// default: 16Kb
const DefaultNetworkChunkSize = 256 * 1024
````
becomes
````
const DefaultNetworkChunkSize = 256 * Kibi
````

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.