refactor(cache): optimize test setup and reduce iterations #651

Merged
argoyle merged 1 commits from refactor-cache-optimize-test-setup into main 2025-12-05 08:08:45 +00:00

1 Commits

Author SHA1 Message Date
argoyle fd1685867e refactor(cache): optimize test setup and reduce iterations
Remove bcrypt hashing for API keys to speed up concurrent tests and 
replace it with a legacy hashing function. Reduce the number of 
concurrent readers and writers in the test to improve performance 
while retaining essential functionality checks. Use a more efficient 
method to fetch organizations within the concurrency test block.
2025-12-05 08:47:11 +01:00