We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bea24b commit 635af6cCopy full SHA for 635af6c
backend/PyMatcha/routes/api/debug.py
@@ -179,7 +179,7 @@ def debug_send_message():
179
@debug_bp.route("/debug/recommendations/start", methods=["POST"])
180
@debug_token_required
181
def debug_recommendations_start_process():
182
- """This function will create 100 random users and calculate recommendations"""
183
- populate_users(amount=30, drop_user_table=False)
+ """This function will create 15 random users and calculate recommendations"""
+ populate_users(amount=15, drop_user_table=False)
184
update_user_recommendations()
185
return Success("Done")
0 commit comments