aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-22 14:50:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-22 14:50:03 -0700
commite594779a0e42107eb6856a8f20d7fd9066633a0d (patch)
treeea1a06f72867639b8cf840c72d49b2bd7389479d /src
parente6eebeb355ef7f4613601406fc912c05675dd688 (diff)
Reduce threadpool size
Diffstat (limited to 'src')
-rw-r--r--src/python/src/grpc/early_adopter/implementations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/src/grpc/early_adopter/implementations.py b/src/python/src/grpc/early_adopter/implementations.py
index f3f2a043eb..10919fae69 100644
--- a/src/python/src/grpc/early_adopter/implementations.py
+++ b/src/python/src/grpc/early_adopter/implementations.py
@@ -41,7 +41,7 @@ from grpc.framework.base import util as _base_utilities
from grpc.framework.face import implementations as _face_implementations
from grpc.framework.foundation import logging_pool
-_THREAD_POOL_SIZE = 80
+_THREAD_POOL_SIZE = 8
_ONE_DAY_IN_SECONDS = 24 * 60 * 60