Skip to content
Snippets Groups Projects
Commit 564d1c83 authored by David Fifield's avatar David Fifield
Browse files

Remove unused maxMessageSize constant.

parent a2292ce3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment