kevinburkenotion
kevinburkenotion
The problem is people will look at the repository name here and run "npm install fluent-logger-node" and try to install a 7 year old package. Maybe contact NPM support or...
We just got a MemBuffer overrun crash in production.
FWIW, we're running this library with node 10.15.3 with no issues, besides the one I just posted, for which the version is not relevant.
FWIW, here's the logic in item_size_ok in items.c in the memcached library. ``` /** * Returns true if an item will fit in the cache (its size does not exceed...