backend-app-api: document default lifecycle middleware timeout
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
+2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user