Open andrden opened 12 years ago
JedisLock.acquire() has hard coded Thread.sleep(100);
It would be nice if that sleep were configurable, also sleep time could increase from step to step if a resource is not available for a long time
Hi, if you will send pull request with this feature (+test) I will be more than happy to merge it with the master branch.
JedisLock.acquire() has hard coded Thread.sleep(100);
It would be nice if that sleep were configurable, also sleep time could increase from step to step if a resource is not available for a long time