mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
fix: reduce to 1h
This commit is contained in:
parent
87dc6439d7
commit
004d898f7a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default function (app: any) {
|
|||
}
|
||||
if (
|
||||
!commitMessage.includes("enhance") ||
|
||||
process.uptime() < 1000 * 60
|
||||
process.uptime() < 60 * 60
|
||||
) {
|
||||
setTimeout(() => {
|
||||
process.exit();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue