Timeline visualization allways showing the "Loading..." information after scrollingIssue When using a timeline visualization with several records to display, on the 2d visualization the "Loading.." icon is displayed after scrolling with the mouse and will not fade away, even after changing to the 3d visualization.ReleaseKingston Patch 9CauseDue to the workload, the timeline is exceeding the maximum time set for fetching the results. Timelines have two timeout properties that, by default, are not available through the configuration form: Max fetch duration Max fetch duration 2d Also, as users have the ability to personalize their timelines, the "Personalize Timeline" table (roadmap_user_page), containing the personalized timeline settings, may also have timeout information that will override the base timeline settings.ResolutionTo fix this issue, increase both timeout properties on the timeline settings. To do so: On the navigator, open "Timeline Visualizations" -> "All";Open the visualization record;Set the values for both max fetch duration properties and save; To check if the visualization has any user personalization: On the navigator type roadmap_user_page.list and click Enter;On the loaded list, check if any of the personalization names match the affected one. For each of them, edit the record, set the values for both max fetch duration properties and save; Please keep in mind that if you want to reveal these configuration fields you will have to configure the form layout on the timeline definitions and, if necessary, on the timeline personalizations. You can find further information related to the form layouts on our Configure the form layout docs page.