We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17aab3c commit 7462a6bCopy full SHA for 7462a6b
sources/net.sf.j2s.java.core/src/java/lang/ClassLoader.js
@@ -2681,7 +2681,7 @@ window.setTimeout (function () {
2681
}
2682
/* start ClazzLoader hotspot monitoring after 1 second */
2683
if (window["j2s.script.debugging"] == true && window["j2s.disable.hotspot"] != true) {
2684
- window.setTimeout (ClazzLoader.hotspotMonitoring, 1000);
+ window.setTimeout (ClazzLoader.hotspotMonitoring, 10000); // 10s, initializing
2685
2686
}, 324); // 0.324 seconds is considered as enough before refresh action
2687
0 commit comments