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
Currently the sync package uses sync calls to Infrahub to load the data to diff. This takes an extremely large amount of time for larger datasets. It would be much more efficient to use async calls to query all the data.
Currently the sync package uses sync calls to Infrahub to load the data to diff. This takes an extremely large amount of time for larger datasets. It would be much more efficient to use async calls to query all the data.