Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
desperateCoder committed Nov 29, 2024
1 parent 193647d commit 13a422f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public <T> void request(@NonNull final Supplier<Call<T>> callProvider,
DeckLog.logError(e);
}
});
DeckLog.log(DeckLog.Severity.DEBUG, "#Executor: " + ExecutorServiceProvider.getLinkedBlockingQueueExecutor().toString());
// use this to track Executor load:
// DeckLog.log(DeckLog.Severity.DEBUG, "#Executor: " + ExecutorServiceProvider.getLinkedBlockingQueueExecutor().toString());
}

private static class ResponseConsumer<T> implements Callback<T> {
Expand Down

0 comments on commit 13a422f

Please sign in to comment.