rename request buffer and update default interval (#2459)

This commit is contained in:
pascal-fischer
2024-08-21 11:44:52 +02:00
committed by GitHub
parent 3ed90728e6
commit 0f0415b92a
4 changed files with 16 additions and 14 deletions

View File

@@ -654,7 +654,7 @@ func Test_LoginPerformance(t *testing.T) {
// {"M", 250, 1},
// {"L", 500, 1},
// {"XL", 750, 1},
{"XXL", 1000, 5},
{"XXL", 2000, 1},
}
log.SetOutput(io.Discard)