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
In #1209 we added CozyPouchLink to CozyClient's instance
By default CozyPouchLink starts replicating all its database directly
after being initialized
This is problematic as this happens during the App's startup and so it
will unnecessary slow the startup process
This is unnecessary because on startup, either the app is offline and
so replication cannot be done, either the app is online and so it will
use the cozy-stack. So replication can be delayed
We want to defer the replication to a short delay after the startup
(for now 30s)
0 commit comments