Skip to content

Commit 3b201dd

Browse files
authored
Merge pull request #295 from Nizernizer/main
Change thread sleep
2 parents 2089393 + 59a5423 commit 3b201dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dongtai-agent/src/main/java/io/dongtai/iast/agent/AgentLauncher.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ public class AgentLauncher {
5656
* @param inst inst
5757
*/
5858
public static void premain(String args, Instrumentation inst) {
59-
try {
60-
TimeUnit.SECONDS.sleep(5);
61-
} catch (InterruptedException e) {
62-
e.printStackTrace();
63-
}
6459
if (System.getProperty("protect.by.dongtai", null) != null) {
6560
return;
6661
}

0 commit comments

Comments
 (0)