Skip to content

Commit

Permalink
🚸 Pick a better max for number of item per collated content.
Browse files Browse the repository at this point in the history
Scrolling through more 30 article titles in the sieve, felt too much
of doom scrolling to me. Let's try 10.
  • Loading branch information
tibonihoo committed Apr 28, 2024
1 parent 574e81e commit 6986e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wom_user/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if hasattr(settings, "WOM_WEB_FEED_COLLATION_MAX_NUM_REF_TARGET"):
WEB_FEED_COLLATION_MAX_NUM_REF_TARGET = settings.WOM_WEB_FEED_COLLATION_MAX_NUM_REF_TARGET
else:
WEB_FEED_COLLATION_MAX_NUM_REF_TARGET = 30
WEB_FEED_COLLATION_MAX_NUM_REF_TARGET = 10

if hasattr(settings,"WOM_WEB_FEED_COLLATION_TIMEOUT"):
WEB_FEED_COLLATION_TIMEOUT = settings.WOM_WEB_FEED_COLLATION_TIMEOUT
Expand Down

0 comments on commit 6986e75

Please sign in to comment.