[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 Abhishek Dosi
parent f8a9a1b805
commit 143e4f524c

View File

@ -13,6 +13,7 @@ except ImportError, e:
#
# Constants ====================================================================
#
REDIS_TIMEOUT_MSECS = 0
# Redis DB information
REDIS_HOSTNAME = 'localhost'