[minor] change `max` TODO comment.

This commit is contained in:
Christopher Jeffrey 2012-05-17 13:19:14 -05:00
Родитель ee96d20b67
Коммит a6f21159b6
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -37,8 +37,9 @@ var MongoDB = exports.MongoDB = function (options) {
this.password = options.password || null;
this.errorTimeout = options.errorTimeout || 10000;
this.capped = options.capped;
// TODO: possibly go by docs (`max`) instead
this.cappedSize = options.cappedSize || 10000000;
// TODO: possibly go by docs (`max`) instead
// this.length = options.length || 200;
if (options.keepAlive !== true) {
//