Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
noblepaul committed Oct 11, 2023
1 parent 3a32ab5 commit 20bc08d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public void init(PluginInfo info) {
if (it > DELAY_WARN_THRESHOLD) {
long millis = TimeUnit.MILLISECONDS.convert(it, TimeUnit.NANOSECONDS);
log.info("Remote shard request delayed by {} milliseconds", millis);
if(delayedRequests != null) {
if (delayedRequests != null) {
delayedRequests.update(millis);
}
}
Expand Down

0 comments on commit 20bc08d

Please sign in to comment.