feat: improve db logic and logger(untested)
Some checks failed
build / build (push) Failing after 2m48s

This commit is contained in:
d3m0k1d
2026-01-21 20:44:28 +03:00
parent 7522071a03
commit 341f49c4b4
7 changed files with 98 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ func TestWrite(t *testing.T) {
close(resultCh)
time.Sleep(100 * time.Millisecond)
time.Sleep(200 * time.Millisecond)
err = d.db.QueryRow("SELECT ip FROM requests LIMIT 1").Scan(&ip)
if err != nil {