Skip to content

Commit

Permalink
test 72 hour trending
Browse files Browse the repository at this point in the history
  • Loading branch information
richardr1126 committed Dec 18, 2024
1 parent 9841971 commit 9ea3bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/algos/chrono_trending.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
uri = config.CHRONOLOGICAL_TRENDING_URI
CURSOR_EOF = 'eof'

TRENDING_THRESHOLD = 24 # Hours
TRENDING_THRESHOLD = 72 # Hours
INTERACTIONS_THRESHOLD = 10 # Minimum hot score for trending posts

def encode_cursor(cursors: Dict[str, Optional[str]]) -> str:
Expand Down

0 comments on commit 9ea3bc5

Please sign in to comment.