image-size / image-size

Node module for detecting image dimensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queue async operations

netroy opened this issue · comments

currently it's possible to exhaust file descriptors with this code.

Following should be done to fix the issue

  • add a queue for fs operations
  • allow setting max concurrent invocations

fixes #202