mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 05:17:49 +08:00
go-ipfs-config: Implement basic filestore 'no-copy' functionality
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
parent
a224112e3b
commit
f1cb6feeb5
@ -30,7 +30,8 @@ type Config struct {
|
||||
API API // local node's API settings
|
||||
Swarm SwarmConfig
|
||||
|
||||
Reprovider Reprovider
|
||||
Reprovider Reprovider
|
||||
Experimental Experiments
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
5
config/experiments.go
Normal file
5
config/experiments.go
Normal file
@ -0,0 +1,5 @@
|
||||
package config
|
||||
|
||||
type Experiments struct {
|
||||
FilestoreEnabled bool
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user