Implement some sort of rate limiting
Some checks failed
Run Tests / Test (push) Failing after 17s
Benchmark BufferPool / RunBenchmarks (push) Failing after 28s

This commit is contained in:
2024-08-02 11:13:40 +02:00
parent e8b9eb934b
commit 0315a0877b
4 changed files with 69 additions and 23 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module smpptester
go 1.22.4
require github.com/yuin/gopher-lua v1.1.1
require (
github.com/yuin/gopher-lua v1.1.1
golang.org/x/time v0.5.0
)