forked from cerc-io/ipld-eth-server
6 lines
45 B
Go
6 lines
45 B
Go
package chunk
|
|
|
|
const (
|
|
DefaultSize = 4096
|
|
)
|