Remove unused maxMessageSize constant.

This commit is contained in:
David Fifield 2020-01-31 00:15:11 -07:00
parent a2292ce35b
commit 564d1c8363

View file

@ -30,8 +30,6 @@ import (
const ptMethodName = "snowflake"
const requestTimeout = 10 * time.Second
const maxMessageSize = 64 * 1024
// How long to wait for ListenAndServe or ListenAndServeTLS to return an error
// before deciding that it's not going to return.
const listenAndServeErrorTimeout = 100 * time.Millisecond