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

[package] Update memjs to 0.10.0. #525

Merged
merged 1 commit into from
Jan 20, 2017
Merged

[package] Update memjs to 0.10.0. #525

merged 1 commit into from
Jan 20, 2017

Commits on Jan 20, 2017

  1. [package] Update memjs to 0.10.0.

    The version we were using had an issue where too many timeout handlers
    were being defined: memcachier/memjs#86.
    
    This lead to many warnings like the following in the production logs:
    
        (node:9852) Warning: Possible EventEmitter memory leak detected.
        11 timeout listeners added. Use emitter.setMaxListeners() to
        increase limit
    
    The logs also show many `ECONNRESET` and similar errors, which may be
    related to this: memcachier/memjs#89. According to
    that thread, however, it seems like version 0.10.0 could also be
    suffering from issues, although others report it working for them.
    alloy committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    65fe60d View commit details
    Browse the repository at this point in the history