Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Dec 17, 2024
1 parent e343ee1 commit 694abc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/lucee/runtime/engine/Controler.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,10 @@ public void run() {
public void run() {
// scheduleThread.start();
boolean firstRun = true;
boolean dump = Caster.toBooleanValue(SystemUtil.getSystemPropOrEnvVar("lucee.dump.threads", null), false);
long count = 0;
List<ControlerThread> threads = new ArrayList<ControlerThread>();
CFMLFactoryImpl factories[] = null;
while (state.active()) {
if (dump) dumpThreads();
// sleep
SystemUtil.wait(this, interval);
if (!state.active()) break;
Expand Down

0 comments on commit 694abc5

Please sign in to comment.