alexcrichton opened PR #2593 from instance-limit
to main
:
This commit adds a new parameter to
Config
which limits the number of
instances that can be created within a store connected to thatConfig
.
The intention here is to provide a default safeguard against
module-linking modules that recursively create too many instances.
peterhuene submitted PR Review.
peterhuene created PR Review Comment:
* \brief Configures the maximum number of instances that can be created.
peterhuene submitted PR Review.
alexcrichton updated PR #2593 from instance-limit
to main
:
This commit adds a new parameter to
Config
which limits the number of
instances that can be created within a store connected to thatConfig
.
The intention here is to provide a default safeguard against
module-linking modules that recursively create too many instances.
alexcrichton merged PR #2593.
Last updated: Nov 22 2024 at 16:03 UTC