We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d4e23 commit 2516adbCopy full SHA for 2516adb
src/LockId/PostgresLockId.php
@@ -18,7 +18,7 @@
18
final class PostgresLockId
19
{
20
private const MIN_DB_INT_VALUE = 0;
21
- private const MAX_DB_INT_VALUE = PHP_INT_MAX;
+ private const MAX_DB_INT_VALUE = 9223372036854775807;
22
23
private int $id;
24
0 commit comments