mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
The session id was replaced from `ulid` to `UniqueID` (a self incrementing u64 in memory) in a previous PR but it's not correct. The session id is used on CAS server logs and traces and CDN logs to identity a related group of activity (for debugging and etc. purposes) and it needs to be globally unique (thus using `ulid`) instead of locally unique.