en-US/about_RMMThrottleProfile.help.txt
|
TOPIC
about_RMMThrottleProfile SHORT DESCRIPTION Defines the API request throttling profiles for controlling request rate limits. LONG DESCRIPTION The RMMThrottleProfile enum defines the available API request throttling profiles for the Datto RMM module. Each profile controls the rate at which API requests are sent, balancing between performance and API rate limit compliance. Selecting a more cautious profile reduces the risk of hitting API rate limits at the cost of slower execution. ## VALUES The following values are defined for RMMThrottleProfile: Value Description ---------------- ------------------------- `Medium` TODO: Describe this value `Aggressive` TODO: Describe this value `Cautious` TODO: Describe this value `DefaultProfile` TODO: Describe this value ## NOTES This enum is defined in the DattoRMM.Core module's class system. SEE ALSO Online Documentation https://github.com/TheShadowTek/DattoRMM.Core/blob/main/docs/about/classes/Enums/about_RMMThrottleProfile.md |