Uh oh!
There was an error while loading. Please reload this page.
Fix #9864: Decrease $maxDelay in Throttler.php - #9875
Conversation
Signed-off-by: Mark Berezovsky <xpnf@yandex.ru>
Codecov Report
@@ Coverage Diff @@## master #9875 +/- ##
=========================================
Coverage 51.92% 51.92% Complexity 25787 25787 =========================================
Files 1637 1637 Lines 95453 95453 Branches 1318 1318 =========================================
Hits 49566 49566 Misses 45887 45887
|
brunob
commented
Feb 15, 2019
Hi, this fix has not been merged to branch 13, and i can confirm that it fixes the problem of NC client sync with NC server 13.0.11 (like described in some of the issues pointed #9864 (comment)). Could this patch be merged to branch 13 ? |
MorrisJobke
commented
Feb 15, 2019
13 is close to end of life (last release in ~1,5 week). We try to minimize the amount of back ports to those and focus on security related backports. We highly recommend to upgrade to Nextcloud 14+. |
wiyh12nf89x
commented
Feb 15, 2019
Anyways, you can just manually change the variable value after you have installed/upgraded the server: |
brunob
commented
Feb 15, 2019
@MorrisJobke nice point, but since it will be the last release of this branch it could be the opportunity to prevent a blocking client sync bug. Anyway, thx for the answer ;) |
MorrisJobke
commented
Feb 15, 2019
/backport to stable13 |
MorrisJobke
commented
Feb 15, 2019
Fine with me if it is a pure cherry-pick :) |
backport to stable13 in #14224 |
Fix#9864
Signed-off-by: Mark Berezovsky xpnf@yandex.ru