mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-12 03:37:59 +08:00
go-ipfs-config: Address p.r. feedback
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
parent
4eb6ac6054
commit
2aa8f0221b
@ -76,7 +76,7 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {
|
||||
return conf, nil
|
||||
}
|
||||
|
||||
// DatastoreConfig is an internal function exported to aid in testing.
|
||||
// DefaultDatastoreConfig is an internal function exported to aid in testing.
|
||||
func DefaultDatastoreConfig() Datastore {
|
||||
return Datastore{
|
||||
StorageMax: "10GB",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user