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.
2 parents 635a6ac + 8062cdb commit 9581230Copy full SHA for 9581230
lib/private/Snowflake/APCuSequence.php
@@ -19,7 +19,7 @@ public function isAvailable(): bool {
19
20
#[Override]
21
public function nextId(int $serverId, int $seconds, int $milliseconds): int|false {
22
- if ((int)apcu_cache_info(true)['creation_time'] === $seconds) {
+ if ((int)apcu_cache_info(true)['start_time'] === $seconds) {
23
// APCu cache was just started
24
// It means a sequence was maybe deleted
25
return false;
0 commit comments