adjustable delivery timeout
This commit is contained in:
parent
15aff28dc5
commit
b6bb801147
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const apex = ActivitypubExpress({
|
|||
actorParam: 'actor',
|
||||
objectParam: 'id',
|
||||
itemsPerPage: 100,
|
||||
requestTimeout: 500,
|
||||
requestTimeout: process.env.requestTimeout || 1000,
|
||||
routes
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue