backend-app-api: document default lifecycle middleware timeout

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-05-29 12:04:09 +02:00
parent 5f28097f5d
commit 0941102161
@@ -50,6 +50,8 @@ export interface LifecycleMiddlewareOptions {
lifecycle: LifecycleService;
/**
* The maximum time that paused requests will wait for the service to start, before returning an error.
*
* Defaults to 5 seconds.
*/
startupRequestPauseTimeout?: HumanDuration;
}