Do not autoscale up on status requests (#388)

This commit is contained in:
Samuel McBroom
2025-04-17 20:07:25 -07:00
committed by GitHub
parent ea62db578c
commit a058d6e21d
3 changed files with 10 additions and 5 deletions
+4
View File
@@ -56,6 +56,10 @@ type Handshake struct {
NextState int
}
const (
StateStatus State = 1
)
type LegacyServerListPing struct {
ProtocolVersion int
ServerAddress string