Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/2.8' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jan 16, 2025
2 parents e1ee313 + fa5da65 commit 5697b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/planning/events/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def get_expired_items(self, expiry_datetime, spiked_events_only=False):
total_received = 0
total_events = -1

while True:
while total_received + get_max_recurrent_events() < 10000: # 10k is max elastic limit
query["from"] = total_received

results = self.search(query)
Expand Down

0 comments on commit 5697b53

Please sign in to comment.