提交 2cc65e95 编写于 作者: J Joao Moreno

extension updates every 12 hours

上级 9c4c5825
......@@ -36,7 +36,7 @@ function extensionEquals(one: IExtensionManifest, other: IExtensionManifest): bo
return one.publisher === other.publisher && one.name === other.name;
}
const OutdatedPeriod = 4 * 60 * 60 * 1000; // every 4 hours
const OutdatedPeriod = 12 * 60 * 60 * 1000; // every 12 hours
export class ExtensionsStatusbarItem implements IStatusbarItem {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册