diff options
Diffstat (limited to 'controlloop/common/controller-frankfurt')
-rw-r--r-- | controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties index ac78eb81b..7dd1e73c2 100644 --- a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties +++ b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties @@ -81,12 +81,3 @@ actor.service.VFC.maxPolls=20 actor.service.VFC.pollWaitSec=20 actor.service.VFC.operations.Restart.path=ns actor.service.VFC.operations.Restart.timeoutSec=60 - -# these can be deleted once the corresponding actor review is merged -actor.service.SO.pathGet=orchestrationRequests/v5/ -actor.service.SO.maxGets=20 -actor.service.SO.waitSecGet=20 -actor.service.VFC.operations.Restart.clientName=VFC -actor.service.VFC.operations.Restart.pathGet=jobs -actor.service.VFC.operations.Restart.maxGets=20 -actor.service.VFC.operations.Restart.waitSecGet=20 |