Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor session ID check to handle large batches
Refactored `CheckIfSessionsAlreadyExists` to process session IDs in batches of 20, improving performance and avoiding query size limitations. The new implementation splits session IDs, constructs and executes queries for each batch, and combines results into a single list of unique existing session IDs.
- Loading branch information