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',
|
actorParam: 'actor',
|
||||||
objectParam: 'id',
|
objectParam: 'id',
|
||||||
itemsPerPage: 100,
|
itemsPerPage: 100,
|
||||||
requestTimeout: 500,
|
requestTimeout: process.env.requestTimeout || 1000,
|
||||||
routes
|
routes
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue