matteodem/meteor-easy-security

Using 'debounce' for general config crashes

lorensr opened this issue · 1 comments

When I switch from

EasySecurity.config
  general:
    type: 'throttle'
    ms: 2000

to

EasySecurity.config
  general:
    type: 'debounce'
    ms: 2000

I get on the server: => Exited with code: 1

Closing this issue since the package is deprecated.