Feat: limit size of log file

This commit is contained in:
Laurent Clouet
2024-10-25 10:06:33 +00:00
committed by Sheepit Renderfarm
parent 8a51cb1dad
commit b7e986506d
2 changed files with 35 additions and 0 deletions

View File

@@ -211,6 +211,8 @@ import okhttp3.HttpUrl;
}
}
this.log.shrink();
step = this.log.newCheckPoint();
try {
Calendar nextRequest = this.nextJobRequest();