Do not autoscale up on status requests (#388)
This commit is contained in:
@@ -56,6 +56,10 @@ type Handshake struct {
|
||||
NextState int
|
||||
}
|
||||
|
||||
const (
|
||||
StateStatus State = 1
|
||||
)
|
||||
|
||||
type LegacyServerListPing struct {
|
||||
ProtocolVersion int
|
||||
ServerAddress string
|
||||
|
||||
Reference in New Issue
Block a user