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
The transactions endpoint is used for raw database transactions, which is used in particular by the sync addon (but is also required for the future revert option #511). Right now, this is done synchronously. But it includes updating the full-text and semantic search indexes. For a large number of transactions (e.g. syncing very out-of-sync trees), this can take very long, in particular with semantic search enabled, so we should process it in the background. For backwards compatibility, background processing should be optional.
The text was updated successfully, but these errors were encountered:
The transactions endpoint is used for raw database transactions, which is used in particular by the sync addon (but is also required for the future revert option #511). Right now, this is done synchronously. But it includes updating the full-text and semantic search indexes. For a large number of transactions (e.g. syncing very out-of-sync trees), this can take very long, in particular with semantic search enabled, so we should process it in the background. For backwards compatibility, background processing should be optional.
The text was updated successfully, but these errors were encountered: