Piotr S.

Results 2 comments of Piotr S.

I didn't experience that, but the last time I created new DB it was before current problems with slow syncing. It might be related: https://twitter.com/Conaw/status/1224818473663991810

I see where is the problem, it shouldn't be `interval = 1 + Math.round((difficultyWeight - 1) * percentOverDue)` but `interval = interval * ( 1 + Math.round((difficultyWeight - 1) *...