Kirill A. Korinsky
Kirill A. Korinsky
@gdt I haven't drop anything as far as I see. I just added the second commit which brings a line for NetBSD. Regarding FreeBSD: yes, man page reads like this...
> What I meant is that the line for OpenBSD lacks --, but it is present in the way the code was before for all systems. So compared to before,...
@gdt I'd love to have it merged
@badlop fixed and rebased to the last master.
@gdt do you have clenaer approach?
In any case we haven't got better solution, and as @badlop points it's much better. So, shall it be finally merged?
Just a friendly ping
@cmouse thanks for the very quick response! I understand that replicator was quite unstable. Frankly speaking, my thread where I debug this issue for about 10 months is good explanation...
@cmouse because you had removed it at https://github.com/dovecot/core/commit/4c04e4c30fd4817a8b0e11d04d9681173f696f41 :) Maybe recover it when it finally works? For some setups, this feature can be a deal breaker.
@cmouse this code contains a condition: ```c if (lookups[i].wait_for_next_push) { /* another sync request came while user was being replicated */ i_assert(user->priority == REPLICATION_PRIORITY_SYNC); lookups[i].wait_for_next_push = FALSE; } ``` if...