This commit is contained in:
Daniel 2023-12-19 20:03:13 +08:00
parent 3907165090
commit d8fb5f896e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 11 additions and 3 deletions

View file

@ -87,7 +87,7 @@ var (
)
func isWritingFiles() bool {
time.Sleep(time.Duration(20) * time.Millisecond)
time.Sleep(time.Duration(50) * time.Millisecond)
return 0 < len(txQueue)
}