We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3547a commit 50afcceCopy full SHA for 50afcce
server/activity_tracker.py
@@ -22,7 +22,7 @@ class ActivityStats:
22
class PointsConfig:
23
POINTS_PER_MESSAGE = 0
24
POINTS_PER_SUCCESSFUL_INVITE = 0
25
- DAILY_MESSAGE_LIMIT = 25
+ DAILY_MESSAGE_LIMIT = 30
26
27
28
class ActivityTracker:
0 commit comments