Fix HTTP sig default time limit, 5 minutes not 5 seconds
This commit is contained in:
parent
499e26db48
commit
9adf7a2e34
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ client-session-timeout:
|
|||
# performing this check during HTTP signature verification
|
||||
request-time-limit:
|
||||
amount: 5
|
||||
unit: seconds
|
||||
unit: minutes
|
||||
|
||||
# How often to generate a new actor key for HTTP-signing requests
|
||||
actor-key-rotation:
|
||||
|
|
Loading…
Reference in a new issue