adjustable delivery timeout

This commit is contained in:
Will Murphy 2022-11-09 12:27:43 -06:00
parent 15aff28dc5
commit b6bb801147

View file

@ -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
}) })