diff options
Diffstat (limited to 'controlloop/common/feature-controlloop-management')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties index ea9569a85..853991714 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties @@ -76,6 +76,9 @@ actor.service.SO.waitSecGet=20 actor.service.SO.operations.VF\ Module\ Create.path=serviceInstantiation/v7/serviceInstances actor.service.SO.operations.VF\ Module\ Delete.path=serviceInstances/v7 -actor.service.VFC.clientName=VFC -actor.service.VFC.pathGet=jobs -actor.service.VFC.operations.Restart.path=ns +actor.service.VFC.Restart.clientName=VFC +actor.service.VFC.Restart.pathGet=jobs +actor.service.VFC.Restart.maxGets=20 +actor.service.VFC.Restart.waitSecGet=20 +actor.service.VFC.Restart.path=ns +actor.service.VFC.Restart.timeoutSec=60 |