Increase num workers to 15
[ccsdk/cds.git] / ms / command-executor / src / main / python / server.py
index de62047..c136bd8 100644 (file)
@@ -1,3 +1,4 @@
+
 #!/usr/bin/python
 
 #
@@ -42,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(