Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug fixes, added getset.js, and updates to package.json, underscore->lodash #24

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
4 changes: 0 additions & 4 deletions get.txt

This file was deleted.

2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ exports.T_REFRESH = 3600;
exports.T_REPLICATE = 3600;
exports.T_REPUBLISH = 86410;

exports.T_RESPONSETIMEOUT = 1000; // how long to wait for a reply before deciding node is dead
exports.T_RESPONSETIMEOUT = 3000; // how long to wait for a reply before deciding node is dead

Object.freeze(exports);
Loading