perf: 优化定时器

This commit is contained in:
xiaojunnuo
2023-05-24 15:41:35 +08:00
parent 6f6606d76d
commit 3751fcd4c9
29 changed files with 381 additions and 163 deletions
@@ -14,6 +14,9 @@ export class StorageEntity {
@Column({ name: 'namespace', comment: '命名空间' })
namespace: string;
@Column({ comment: 'version', length: 100, nullable: true })
version: string;
@Column({ comment: 'key', length: 100, nullable: true })
key: string;