This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lichunlei
/
kxs-getsp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
交易推送间隔100毫秒
lcl
5 months ago
parent
6fd277fa4f
commit
269e00580b
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
AppStart/GetHaoDaFTPInfoService.cs
+ 1
- 0
AppStart/GetHaoDaFTPInfoService.cs
View File
@@ -621,6 +621,7 @@ namespace MySystem
}
db.SaveChanges();
}
+ Thread.Sleep(100);
}
}
db.Dispose();