mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Improve legibility of numeric literal
This commit is contained in:
parent
a570feaf92
commit
cde11fa3c0
@ -1249,7 +1249,7 @@ sub poll_query_until
|
||||
}
|
||||
|
||||
# Wait 0.1 second before retrying.
|
||||
usleep(100000);
|
||||
usleep(100_000);
|
||||
|
||||
$attempts++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user