# Repeated Examples in Multi-user Sessions

**URL:** https://support.prodi.gy/t/repeated-examples-in-multi-user-sessions/5235
**Category:** Uncategorized
**Tags:** streams
**Created:** [January 25, 2022, 11:43pm UTC](https://support.prodi.gy/t/repeated-examples-in-multi-user-sessions/5235 "2022-01-25T23:43:09Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![magdaaniol](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/magdaaniol/32/2787_2.png) [@magdaaniol](https://support.prodi.gy/u/magdaaniol)
#### Post date: [January 20, 2023, 4:51pm UTC](https://support.prodi.gy/t/repeated-examples-in-multi-user-sessions/5235/7 "2023-01-20T16:51:36Z")

</div>

Hi @adin786,  
Eventually we decided not to expose this setting (it's set to 3600s) as it might potentially lead to unnecessary lags in the annotation flow to avoid what, in principle, is a good tradeoff. Instead, we've been refactoring the the feed logic to make sure there are fewer duplicates due to "work-stealing" by only triggering this mechanism once a session gets to the end of its queue. Effectively, there will be very few duplicates and only towards the end of the example stream.  
This change will be available in `v1.11.9` release scheduled next week.

For the `v2` release, we are working on a complete redesign of feed mechanism that will eliminate the need for work-stealing tradeoff altogether.

---

_[View the full topic](https://support.prodi.gy/t/repeated-examples-in-multi-user-sessions/5235)._
