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
|
@ -25,9 +25,6 @@ type Service struct {
|
|||
containerCache containerCache
|
||||
}
|
||||
|
||||
// MaxGetSubTreeDepth represents maximum allowed traversal depth in GetSubTree RPC.
|
||||
const MaxGetSubTreeDepth = 10
|
||||
|
||||
var _ TreeServiceServer = (*Service)(nil)
|
||||
|
||||
// New creates new tree service instance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue