Skip to content

Commit

Permalink
fix: increate best comments window to 5 days
Browse files Browse the repository at this point in the history
  • Loading branch information
vas3k committed Sep 20, 2023
1 parent 359f2a1 commit e3a732d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notifications/management/commands/send_best_comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
log = logging.getLogger(__name__)

TELEGRAM_CHANNEL_ID = -1001814814883
TIME_INTERVAL = timedelta(days=4)
LIMIT = 30
TIME_INTERVAL = timedelta(days=5)
LIMIT = 40
MIN_UPVOTES = 20


Expand Down

0 comments on commit e3a732d

Please sign in to comment.