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.