Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
golanha committed Aug 16, 2020
1 parent dd07f30 commit e7c80c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hkube_python_wrapper/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def getBoolEnv(name, defaultValue):
"port": os.environ.get('DISCOVERY_PORT', 9020),
"encoding": os.environ.get('DISCOVERY_ENCODING', 'bson'),
"enable": getBoolEnv('DISCOVERY_ENABLE', 'True'),
"timeout": getIntEnv('DISCOVERY_TIMEOUT', 1000),
"timeout": getIntEnv('DISCOVERY_TIMEOUT', 10000),
"networkTimeout": getIntEnv('DISCOVERY_NETWORK_TIMEOUT', 1000),
"maxCacheSize": getIntEnv('DISCOVERY_MAX_CACHE_SIZE', 500)
}
Expand Down

0 comments on commit e7c80c6

Please sign in to comment.