You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dnsBufLen=256// known size for "DNS" values, enough to hold the longest possible hostname or domain name
188
+
ipBufLen=16// known size for IP address buffers
189
+
dnsBufLen=256// known size for "DNS" values, enough to hold the longest possible hostname or domain name
190
+
dictionaryValueMaxLen=8192// known size for maximum config store value https://docs.fastly.com/en/guides/about-edge-dictionaries#limitations-and-considerations
190
191
191
192
DefaultSmallBufLen=128// default size for "typically-small" values with variable sizes: HTTP methods, header names, tls protocol names, cipher suites
192
193
DefaultMediumBufLen=1024// default size for values between small and large with variable sizes
0 commit comments