mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Update json.go
This commit is contained in:
parent
0d0fa7f59f
commit
78c6179001
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ const (
|
||||||
subscribeMethodSuffix = "_subscribe"
|
subscribeMethodSuffix = "_subscribe"
|
||||||
unsubscribeMethodSuffix = "_unsubscribe"
|
unsubscribeMethodSuffix = "_unsubscribe"
|
||||||
notificationMethodSuffix = "_subscription"
|
notificationMethodSuffix = "_subscription"
|
||||||
maxMethodNameLength = 256
|
maxMethodNameLength = 2048
|
||||||
|
|
||||||
defaultWriteTimeout = 10 * time.Second // used if context has no deadline
|
defaultWriteTimeout = 10 * time.Second // used if context has no deadline
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue