Skip to content

Commit

Permalink
Fix Implicit narrowing conversion in compound (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystendahl authored Dec 12, 2023
1 parent 8b49d00 commit 30da049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ boolean areSchemasAligned(long schemaAlignmentDelayMillis)
{
LOG.info("Waiting for schema to align in cluster");

int delayMillis = 0;
long delayMillis = 0;
while (areLiveNodesWaitingOnSchemaUpdate())
{
if (delayMillis >= schemaAlignmentDelayMillis)
Expand Down

0 comments on commit 30da049

Please sign in to comment.