[RICPLT-2048] X2 ENDC Setup request refactoring - unit test added
[ric-plt/e2mgr.git] / E2Manager / controllers / controller.go
index 0cd8293..f9a7bb3 100644 (file)
@@ -38,7 +38,7 @@ import (
 
 const (
        ParamRanName = "ranName"
-       LimitRequest = 1000
+       LimitRequest = 2000
 )
 
 type IController interface {