Skip to content

Commit

Permalink
Change threshold for ContinuedCourseActivityAlert
Browse files Browse the repository at this point in the history
Wiki Experts discussed this and decided that 1000 was too high of a minimum. We'll try 200 and see if that feels right.
  • Loading branch information
ragesoss committed Jan 6, 2025
1 parent 151fc26 commit 228a8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/alerts/continued_course_activity_alert_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def create_alerts

private

MINIMUM_CHARACTERS_ADDED_AFTER_COURSE_END = 1000
MINIMUM_CHARACTERS_ADDED_AFTER_COURSE_END = 200
def significant_activity_after_course_end?(course)
user_ids = course.students.pluck(:id)
post_course_characters = Revision
Expand Down

0 comments on commit 228a8d5

Please sign in to comment.