1
This commit is contained in:
parent
2ddf86ece5
commit
6869f573d4
@ -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 = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user