This commit is contained in:
aozhiwei 2020-03-20 18:30:37 +08:00
parent ff33154eb8
commit ac03597f1c

View File

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