summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-04-29 00:55:53 +0200
committerRuben Pollan <meskio@sindominio.net>2015-05-21 11:49:58 +0200
commit9515c944279e08221de1852ab373d24232dccbf1 (patch)
treeb23731dee12f1b3228c60bdf03519d6c1f884749 /changes
parent01b005b0642454e3d670089ed7e530eda8e9ef91 (diff)
[bug] fix soledad bootstrap sync issues
* Instead of checking if soledad is still syncing for the timeuot cancel the delayed call. * Count retries properly. * Now soledad sync only returns SoledadError (#6981).
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-syncing_retry1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-syncing_retry b/changes/bug-syncing_retry
new file mode 100644
index 00000000..5a784a0c
--- /dev/null
+++ b/changes/bug-syncing_retry
@@ -0,0 +1 @@
+- Fix soledad bootstrap sync retries.