Commit cde11fa3 authored by Andrew Dunstan's avatar Andrew Dunstan

Improve legibility of numeric literal

parent a570feaf
......@@ -1249,7 +1249,7 @@ sub poll_query_until
}
# Wait 0.1 second before retrying.
usleep(100000);
usleep(100_000);
$attempts++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment