mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: flush log
This commit is contained in:
@@ -109,7 +109,7 @@ export class Executor {
|
||||
}
|
||||
const intervalFlushLogId = setInterval(async () => {
|
||||
await this.onChanged(this.runtime);
|
||||
}, 10000);
|
||||
}, 5000);
|
||||
const timeout = runnable.timeout ?? 20 * 60 * 1000;
|
||||
try {
|
||||
if (this.canceled) {
|
||||
|
||||
Reference in New Issue
Block a user