info key刷新时间调整
This commit is contained in:
parent
f768bcc68a
commit
1b9431d0eb
@ -58,7 +58,7 @@ def sadd_adkey(key, line):
|
|||||||
|
|
||||||
if new_line:
|
if new_line:
|
||||||
my_redis.hmset(info_key, new_line)
|
my_redis.hmset(info_key, new_line)
|
||||||
my_redis.expire(info_key, 60 * 2)
|
my_redis.expire(info_key, 60 * 60*3)
|
||||||
#log.info(f"add info {new_line} 2 {info_key}!")
|
#log.info(f"add info {new_line} 2 {info_key}!")
|
||||||
else:
|
else:
|
||||||
log.error(f"split adinfo about locationid failed! localtionid={locationid} ")
|
log.error(f"split adinfo about locationid failed! localtionid={locationid} ")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user