2
0
镜像自地址 https://github.com/therootcompany/greenlock.js.git 已同步 2026-03-24 17:46:54 +00:00

letiny-core -> core to avoid confusion

这个提交包含在:
AJ ONeal 2015-12-19 02:13:10 -08:00
父节点 3b05e74073
当前提交 0b9c9bd1ee
共有 2 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -32,7 +32,7 @@ LE.create = function (defaults, handlers, backend) {
b = defaults; d = handlers; h = backend;
defaults = d; handlers = h; backend = b;
}
if (!backend) { backend = require('./lib/letiny-core'); }
if (!backend) { backend = require('./lib/core'); }
if (!handlers) { handlers = {}; }
if (!handlers.lifetime) { handlers.lifetime = 90 * 24 * 60 * 60 * 1000; }
if (!handlers.renewWithin) { handlers.renewWithin = 3 * 24 * 60 * 60 * 1000; }