forked from TrueCloudLab/frostfs-node
[#1753] services/tree: Remove MaxGetSubTreeCount constant
It was used only in `GetOpLog` and ignored on the server side. Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
9840936a4f
commit
8a47f9ba12
2 changed files with 0 additions and 4 deletions
|
@ -67,7 +67,6 @@ func (s *Service) synchronizeSingle(ctx context.Context, cid cid.ID, treeID stri
|
|||
ContainerId: rawCID,
|
||||
TreeId: treeID,
|
||||
Height: newHeight,
|
||||
Count: MaxGetSubTreeDepth,
|
||||
},
|
||||
}
|
||||
if err := signMessage(req, s.key); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue