test(cache): reduce goroutines for race detector stability #637

Merged
argoyle merged 1 commits from test/cache-reduce-goroutines-stability into main 2025-11-21 10:19:29 +00:00

1 Commits

Author SHA1 Message Date
argoyle 6404f7a497 test(cache): reduce goroutines for race detector stability
Decrease the number of goroutines in concurrent read and write tests to 
minimize race conditions during testing. This ensures more reliable 
test results and makes it easier to identify concurrency issues.
2025-11-21 11:06:36 +01:00