mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Increase JWT issued-at window to 60s (#4835)
This commit is contained in:
parent
039b661803
commit
f927ac8037
@ -37,7 +37,7 @@ import (
|
||||
const (
|
||||
maxRequestContentLength = 1024 * 1024 * 5
|
||||
contentType = "application/json"
|
||||
jwtTokenExpiry = 5 * time.Second
|
||||
jwtTokenExpiry = 60 * time.Second
|
||||
)
|
||||
|
||||
// https://www.jsonrpc.org/historical/json-rpc-over-http.html#id13
|
||||
|
Loading…
Reference in New Issue
Block a user