fix
This commit is contained in:
parent
e05dc905e5
commit
956d644bab
@ -143,6 +143,7 @@ func (s *spaceService) NewSpace(ctx context.Context, id string) (Space, error) {
|
|||||||
configuration: lastConfiguration,
|
configuration: lastConfiguration,
|
||||||
peerManager: peerManager,
|
peerManager: peerManager,
|
||||||
storage: st,
|
storage: st,
|
||||||
|
treesUsed: &atomic.Int32{},
|
||||||
isClosed: spaceIsClosed,
|
isClosed: spaceIsClosed,
|
||||||
}
|
}
|
||||||
return sp, nil
|
return sp, nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user