Improve legibility of numeric literal

This commit is contained in:
Andrew Dunstan 2017-07-17 15:35:19 -04:00
parent a570feaf92
commit cde11fa3c0

View File

@ -1249,7 +1249,7 @@ sub poll_query_until
}
# Wait 0.1 second before retrying.
usleep(100000);
usleep(100_000);
$attempts++;
}