d173eab Limit number of unprocessed syncrepl events in queue to 100.

Authored and Committed by pspacek 10 years ago
    Limit number of unprocessed syncrepl events in queue to 100.
    
    All syncrepl events are processed sequentialy. This patch limits
    memory consumption in cases where the LDAP server is sending
    syncrepl events too quickly.
    
    LDAP client library should handle this situation so no events
    will be lost.
    
    Signed-off-by: Petr Spacek <pspacek@redhat.com>
    
        
file modified
+8 -2
file modified
+19 -1
file modified
+1 -0
file modified
+36 -0
file modified
+6 -0