[MultiDB] Add REDIS_TIMEOUT_MSECS back which is removed by mistake (#4757)

This commit is contained in:
Dong Zhang
2020-06-11 12:51:42 -07:00
committed by GitHub
parent 4da4955b2f
commit ddd60bfec1

View File

@@ -13,6 +13,7 @@ except ImportError, e:
#
# Constants ====================================================================
#
REDIS_TIMEOUT_MSECS = 0
# Platform root directory inside docker
PLATFORM_ROOT_DOCKER = '/usr/share/sonic/platform'