Commit f9425c62 authored by 赵威's avatar 赵威

change prediction size

parent d8ead533
...@@ -20,7 +20,7 @@ def consume_kafka(device_dict, diary_dict, tractate_dict, diary_predict_fn, trac ...@@ -20,7 +20,7 @@ def consume_kafka(device_dict, diary_dict, tractate_dict, diary_predict_fn, trac
consumer.poll() consumer.poll()
consumer.seek_to_end() consumer.seek_to_end()
predict_size = 200 predict_size = 250
try: try:
for msg in consumer: for msg in consumer:
......
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