Commit 9178bed6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 75cb8dc7
...@@ -69,7 +69,7 @@ type Client struct { ...@@ -69,7 +69,7 @@ type Client struct {
var _ zodb.IStorage = (*Client)(nil) var _ zodb.IStorage = (*Client)(nil)
func (c *Client) StorageName() string { func (c *Client) StorageName() string {
return "neo" return fmt.Sprintf("neo(%s)", c.node.ClusterName)
} }
// NewClient creates new client node. // NewClient creates new client node.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment