Skip to content

Commit

Permalink
PAYARA-4118 Added comment to code explaining change
Browse files Browse the repository at this point in the history
  • Loading branch information
Cousjava committed Oct 7, 2019
1 parent 5dc63c6 commit c557b4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ private void configureUniformLogFormatter(String excludeFields, boolean multiLin
}

void initializePump() {
pump = new Thread() {
pump = new Thread() { //Not using the PayaraExecutorService here as it prevents shutdown happening quickly, see PAYARA-4118
@Override
public void run() {
while (!done.isSignalled() && logToFile) {
Expand Down

0 comments on commit c557b4a

Please sign in to comment.