Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
raeidish committed Oct 18, 2023
1 parent e89fb42 commit 793d8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigcache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ func TestWriteAndReadManyParallelSameKeyWithStats(t *testing.T) {

cache, _ := New(context.Background(), c)
var wg sync.WaitGroup
ntest := 1000
ntest := 100
n := 10
wg.Add(n)

Expand Down

0 comments on commit 793d8a0

Please sign in to comment.