• Show log

    Commit

  • Hash : 8c2001e9
    Author : Azat Khuzhin
    Date : 2019-03-16T17:09:51

    Maximum evbuffer read configuration
    
    Before this patch evbuffer always reads 4K at a time, while this is fine
    most of time you can find an example when this will decrease throughput.
    
    So add an API to change default limit:
    - evbuffer_set_max_read()
    - evbuffer_get_max_read()
    
    And a notice that most of time default is sane.