fix(unified-storage): bump unified storage folder list limit (#105685)

This commit is contained in:
Mustafa Sencer Özcan
2025-05-20 17:29:31 +02:00
committed by GitHub
parent b727bd1c8d
commit f70edbb6f2
@@ -34,7 +34,7 @@ import (
)
const folderSearchLimit = 100000
const folderListLimit = 10000
const folderListLimit = 100000
func (s *Service) getFoldersFromApiServer(ctx context.Context, q folder.GetFoldersQuery) ([]*folder.Folder, error) {
ctx, span := s.tracer.Start(ctx, "folder.getFoldersFromApiServer")