mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
feat: 支持ECC类型
This commit is contained in:
@@ -63,7 +63,7 @@ export class HistoryService extends BaseService<HistoryEntity> {
|
||||
return id;
|
||||
}
|
||||
|
||||
private async clear(pipelineId: number, keepCount = 10) {
|
||||
private async clear(pipelineId: number, keepCount = 20) {
|
||||
const count = await this.repository.count({
|
||||
where: {
|
||||
pipelineId,
|
||||
|
||||
Reference in New Issue
Block a user