This commit is contained in:
yanweidong
2026-02-11 18:33:59 +08:00
parent 29baa4d138
commit 2918eee808
5 changed files with 18 additions and 6 deletions

View File

@@ -73,6 +73,6 @@ func GetStockIndicator() {
impl.DBService.CreateInBatches(records, 100)
}
time.Sleep(200 * time.Microsecond)
time.Sleep(200 * time.Millisecond)
}
}