perrich / Hangfire.MemoryStorage

A memory storage for Hangfire.
Apache License 2.0
131 stars 43 forks source link

Made the timeout for FetchNextJob in MemoryStorageConnection configur… #9

Closed plmwong closed 7 years ago

plmwong commented 7 years ago

…ed from MemoryStorageOptions.

Instead of being fixed at 30 minutes like it is currently.

perrich commented 7 years ago

Great ! Thank you.

plmwong commented 7 years ago

np, love what you've done :)