Interfaces/GraphQL: Double max cookie size to 16384
This commit is contained in:
parent
2eadec5b58
commit
03b3168b51
@ -141,7 +141,7 @@ Public Class GraphQLInterface
|
||||
|
||||
Private Function GetCookies() As CookieContainer
|
||||
If _cookieJar Is Nothing Then
|
||||
_cookieJar = New CookieContainer(300, 20, 8192)
|
||||
_cookieJar = New CookieContainer(300, 20, 16384)
|
||||
End If
|
||||
|
||||
Return _cookieJar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user