🎨 Update text

This commit is contained in:
Daniel 2023-06-24 00:05:51 +08:00
parent 5a458c9c09
commit ba50a9fca6
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -165,8 +165,6 @@ func CheckFileSysStatus() {
}
for {
time.Sleep(10 * time.Second)
ReportFileSysFatalError(fmt.Errorf("test error"))
<-thirdPartySyncCheckTicker.C
checkFileSysStatus()
}