Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed parameter and settings #332

Merged

Commits on Jun 7, 2023

  1. Removed parameter and settings

    * Removed first_only parameter
    * Removed max_concurrency and batch_size setting
    
    first_only parameter was added as current geoip processor has it.
    However, the parameter have no benefit for ip2geo processor as we don't do a sequantial search for array data but use multi search.
    
    max_concurrency and batch_size setting is removed as these are only reveal internal implementation and could be a future blocker to improve performance later.
    
    Signed-off-by: Heemin Kim <[email protected]>
    heemin32 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    463f7ae View commit details
    Browse the repository at this point in the history