This commit is contained in:
aozhiwei 2020-03-20 18:42:46 +08:00
parent 2ddf86ece5
commit 6869f573d4

View File

@ -168,7 +168,7 @@ def _fullUpdateRank(rushtime):
#每5分钟读取mysql里发生改变过的数据更新排行榜 #每5分钟读取mysql里发生改变过的数据更新排行榜
def incrementUpdateRank(rushtime): def incrementUpdateRank():
mysql_conf = json.loads(open(CONFIG_DIR + '/rankserver.mysql.cluster.json', 'r').read()) mysql_conf = json.loads(open(CONFIG_DIR + '/rankserver.mysql.cluster.json', 'r').read())
r = _getRedis() r = _getRedis()
kill_hash = {} kill_hash = {}