diff options
author | Joffrey F <joffrey@docker.com> | 2016-09-12 17:43:50 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2016-09-12 17:43:50 -0700 |
commit | be7d0f01844d5c08ee157446ce96f5bc6381507c (patch) | |
tree | 7954e3ae1241b4fe5ffbe3e0908d4fb89c969a17 /docker/constants.py | |
parent | 72e7afe17a9aa8b002a726377ce86cc9e13f6f35 (diff) | |
download | docker-py-1207-configurable-num-pools.tar.gz |
Number of pools in adapter is configurable1207-configurable-num-pools
Default increased from 10 to 25
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docker/constants.py')
-rw-r--r-- | docker/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/constants.py b/docker/constants.py index cf5a39a..0c9a020 100644 --- a/docker/constants.py +++ b/docker/constants.py @@ -15,3 +15,4 @@ INSECURE_REGISTRY_DEPRECATION_WARNING = \ IS_WINDOWS_PLATFORM = (sys.platform == 'win32') DEFAULT_USER_AGENT = "docker-py/{0}".format(version) +DEFAULT_NUM_POOLS = 25 |