1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-28 11:14:51 +09:00

Fix HTTP sig default time limit, 5 minutes not 5 seconds

This commit is contained in:
fr33domlover 2019-01-19 01:06:09 +00:00
parent 499e26db48
commit 9adf7a2e34

View file

@ -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: