hapijs / catbox

Multi-strategy object caching service
Other
494 stars 72 forks source link

Require generateTimeout with generateFunc. #134

Closed jagoda closed 9 years ago

jagoda commented 9 years ago

This change requires that a 'generateTimeout' is specified any time a 'generateFunc' value is provided. This is to prevent the get queue from getting stuck if the 'generateFunc' fails to call back.

Fixes #115.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.