Skip to content

Commit

Permalink
Revert "just testing smth"
Browse files Browse the repository at this point in the history
This reverts commit 8c5d636.
  • Loading branch information
T14Raptor committed Aug 26, 2022
1 parent 8c5d636 commit d2813a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/conn.go
Expand Up @@ -152,7 +152,7 @@ func newConn(netConn net.Conn, key *ecdsa.PrivateKey, log *log.Logger) *Conn {
_, _ = rand.Read(conn.salt)

go func() {
ticker := time.NewTicker(time.Second / 50)
ticker := time.NewTicker(time.Second / 20)
defer ticker.Stop()
for range ticker.C {
if err := conn.Flush(); err != nil {
Expand Down

0 comments on commit d2813a0

Please sign in to comment.