Increase num workers to 15 39/97739/1
authorOleg Mitsura <oleg.mitsura@amdocs.com>
Thu, 24 Oct 2019 23:17:32 +0000 (19:17 -0400)
committerYuriy Malakov <Yuriy.Malakov@att.com>
Wed, 30 Oct 2019 14:02:45 +0000 (14:02 +0000)
Issue-ID: CCSDK-1859

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Id11ed788e2a4d02c93c8e313ba4aef555ffe7885
(cherry picked from commit 8c16a7853900312866868a61079a336d4b12991a)

ms/command-executor/src/main/python/server.py

index 453d751..c136bd8 100644 (file)
@@ -43,7 +43,7 @@ def serve():
         'Access denied!')
 
     server = grpc.server(
-        futures.ThreadPoolExecutor(max_workers=10),
+        futures.ThreadPoolExecutor(max_workers=15),
         interceptors=(header_validator,))
 
     CommandExecutor_pb2_grpc.add_CommandExecutorServiceServicer_to_server(