Commit 5c7df50e authored by 段英荣's avatar 段英荣

modify

parent 0e244efb
......@@ -248,7 +248,7 @@ def get_type_info_map():
name = "user", #用户
type="user",
model=user.User,
query_deferred=lambda:user.User.objects.all().query,
query_deferred=lambda:user.User.objects.prefetch_related("userFollow").query,
get_data_func=UserTransfer.get_user_data,
bulk_insert_chunk_size=100,
round_insert_chunk_size=5,
......
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