Change key and name
This commit is contained in:
parent
0c6951b47e
commit
504e3f0039
@ -58,12 +58,12 @@ type update struct {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// You should change this if using secure
|
// You should change this if using secure
|
||||||
DefaultKey = []byte("micro_memory_reg")
|
DefaultKey = []byte("gossipKey")
|
||||||
ExpiryTick = time.Second * 10
|
ExpiryTick = time.Second * 10
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
cmd.DefaultRegistries["memory"] = NewRegistry
|
cmd.DefaultRegistries["gossip"] = NewRegistry
|
||||||
}
|
}
|
||||||
|
|
||||||
func addNodes(old, neu []*registry.Node) []*registry.Node {
|
func addNodes(old, neu []*registry.Node) []*registry.Node {
|
||||||
|
Loading…
Reference in New Issue
Block a user