Skip to content

Commit

Permalink
Fixing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Jun 18, 2023
1 parent 5206e9d commit cfac460
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public void onDataStreamAvailable(
url.toString(),
FailedRequestBody.from(streamFactory)));
}
}, "Comment parsing", 1000000).start();
}, "Comment parsing", 1_000_000).start();
}
});
}
Expand Down

0 comments on commit cfac460

Please sign in to comment.