Commit d8ead533 authored by 赵威's avatar 赵威

change prediction size

parent 9ae51816
......@@ -18,7 +18,7 @@ def user_portrait_scan_info(device_dict, diary_dict, tractate_dict, diary_predic
try:
round = 0
all_count = 0
predict_size = 500
predict_size = 300
keys = "doris:user_portrait:tag3:device_id:*"
cur, results = redis_client2.scan(0, keys, 3000)
while cur != 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment