Hi guys,
as you might have noticed, i'm making some updates to our Timeline code :) So another thing:
I noticed on the server that the Timeline had started fetching the data twice again (there was an old issue you fixed a while back), so i looked in to it.
We had autoFetchData() set to true, and had (as per the earlier issue) sure to set the date interval early, then the datasource and then setAutofetch.
I dug around, and found that the issue is setLanes. When you do that call, it seems that the data is re-fetch from the server, even if it has just been fetched through autofetch. The criteria and date interval is exactly the same in the two fetches.
Is there any way to prevent this?
as you might have noticed, i'm making some updates to our Timeline code :) So another thing:
I noticed on the server that the Timeline had started fetching the data twice again (there was an old issue you fixed a while back), so i looked in to it.
We had autoFetchData() set to true, and had (as per the earlier issue) sure to set the date interval early, then the datasource and then setAutofetch.
I dug around, and found that the issue is setLanes. When you do that call, it seems that the data is re-fetch from the server, even if it has just been fetched through autofetch. The criteria and date interval is exactly the same in the two fetches.
Is there any way to prevent this?
Comment