diff --git a/internal/common/service/common.document.service.go b/internal/common/service/common.document.service.go index a57aaa85..ed9499d4 100644 --- a/internal/common/service/common.document.service.go +++ b/internal/common/service/common.document.service.go @@ -20,7 +20,7 @@ import ( ) const ( - defaultDocumentPathLimit = 50 + defaultDocumentPathLimit = 255 defaultDocumentKeyPrefix = "docs" maxDocumentNameLength = 50 )