You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
The document data is sometimes unnecessarily refreshed several times from the server which causes overhead on the server and slows down GUI actions.
TrpMainWidgetStorageListener#handleDocListLoadEvent in the end causes a reload in DocTableWidgetPagination#reloadDocs triggering another DocListLoadEvent.
Also, this event type is used when reloading orphaned documents which might also trigger event handlers unnecessarily.
The text was updated successfully, but these errors were encountered:
DocTableWidgetPagination forced an additional document list reload when the state of its internal collection ID field changed, although Storage had the respective collection and document list already loaded. 97bf7f2 removes the respective check.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The document data is sometimes unnecessarily refreshed several times from the server which causes overhead on the server and slows down GUI actions.
TrpMainWidgetStorageListener#handleDocListLoadEvent
in the end causes a reload inDocTableWidgetPagination#reloadDocs
triggering anotherDocListLoadEvent
.The text was updated successfully, but these errors were encountered: