Commit 792efa97 authored by swarupdonepudi's avatar swarupdonepudi

reduced maxSymLen to 46

parent 0a9b45d8
......@@ -152,7 +152,7 @@ const (
// maxSymLen is a workaround for Varnish issue #2880
// https://github.com/varnishcache/varnish-cache/issues/2880
// Will be unnecssary as of the March 2019 release
maxSymLen = 48
maxSymLen = 46
)
var (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment