mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
go-ipfs-config: feat(config) default Log.MaxSizeMB = 500
This commit is contained in:
parent
2cca094aa8
commit
4309541e87
@ -41,6 +41,9 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {
|
||||
Bootstrap: BootstrapPeerStrings(bootstrapPeers),
|
||||
Datastore: *ds,
|
||||
Identity: identity,
|
||||
Log: Log{
|
||||
MaxSizeMB: 500,
|
||||
},
|
||||
|
||||
// setup the node mount points.
|
||||
Mounts: Mounts{
|
||||
@ -54,7 +57,7 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {
|
||||
|
||||
Gateway: Gateway{
|
||||
RootRedirect: "",
|
||||
Writable: false,
|
||||
Writable: false,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user