unreadTids

This commit is contained in:
barisusakli
2014-09-16 12:38:27 -04:00
parent 48c123592e
commit 0a936e5dd1
4 changed files with 63 additions and 67 deletions

View File

@@ -34,6 +34,6 @@ helpers.valueToString = function(value) {
helpers.noop = function() {};
helpers.KEY_LIMIT = 100;
helpers.KEY_LIMIT = 300;
module.exports = helpers;