Nested Folders: Decrease max nested folders depth (#78133)

* Nested Folders: Decrease allowed nested folders depth

* Fix folder height check in Move
This commit is contained in:
Tania
2023-11-15 10:25:40 +01:00
committed by GitHub
parent 20f541d7e7
commit 1d1d42c984
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ var ErrTargetRegistrySrvConflict = errutil.Internal("folder.target-registry-srv-
const (
GeneralFolderUID = "general"
RootFolderUID = ""
MaxNestedFolderDepth = 8
MaxNestedFolderDepth = 4
)
var ErrFolderNotFound = errutil.NotFound("folder.notFound")