nextcloud-server/lib/private/Snowflake
Benjamin Gaussorgues fa7e569a16
fix(snowflakes): FileSequence generator must always use the same dir
`TempManager::getTemporaryFolder` is returning a random directory.
FileSequence needs always the same directory, even if different
processes.

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-12-15 15:58:15 +07:00
..
APCuSequence.php fix(snowflakes): fix APCu cache restarted detection 2025-11-03 14:21:30 +07:00
Decoder.php
FileSequence.php fix(snowflakes): FileSequence generator must always use the same dir 2025-12-15 15:58:15 +07:00
Generator.php feat(config): add serverid configuration and use it for Snowflakes 2025-11-03 14:25:09 +07:00
ISequence.php