Skip to content

Commit 88e56fa

Browse files
authored
Increase items per message for listener stats (#3522)
As the `PRECONDITION_FAILED` error was wrongly attributed to the entity listener stats, the items per message were lowered in a vain attempt to fix the error. But has now been resolved by #3521, hence increase the limit again.
1 parent dadf558 commit 88e56fa

File tree

1 file changed

+1
-1
lines changed
  • listenbrainz_spark/stats/incremental/listener

1 file changed

+1
-1
lines changed

listenbrainz_spark/stats/incremental/listener/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_base_path(self) -> str:
2626
class EntityListenerStatsMessageCreator(UserStatsMessageCreator):
2727

2828
def items_per_message(self):
29-
return 500
29+
return 5000
3030

3131
@property
3232
def default_database_prefix(self):

0 commit comments

Comments
 (0)