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
队列等待5秒
lcl
2 months ago
parent
01ff177dab
commit
a2d5bfe7d6
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
AppStart/HaoDa/GetHaoDaFTPInfoService.cs
+ 1
- 0
AppStart/HaoDa/GetHaoDaFTPInfoService.cs
View File
@@ -663,6 +663,7 @@ namespace MySystem
db.Dispose();
dbConn = false;
}
+ Thread.Sleep(5000);
}
}
}