mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 02:34:51 +09:00
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
|
# performing this check during HTTP signature verification
|
||||||
request-time-limit:
|
request-time-limit:
|
||||||
amount: 5
|
amount: 5
|
||||||
unit: seconds
|
unit: minutes
|
||||||
|
|
||||||
# How often to generate a new actor key for HTTP-signing requests
|
# How often to generate a new actor key for HTTP-signing requests
|
||||||
actor-key-rotation:
|
actor-key-rotation:
|
||||||
|
|
Loading…
Reference in a new issue