From b1e765c63946a0a88e7df471a6ada917b724fa21 Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Tue, 28 Mar 2017 09:54:00 +0200 Subject: [PATCH] Clarify what configuration is retrieved by cdb_service_get_rate_limit --- doc/rate_limits.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/rate_limits.md b/doc/rate_limits.md index 25b2af3..71fcb55 100644 --- a/doc/rate_limits.md +++ b/doc/rate_limits.md @@ -67,8 +67,10 @@ of public functions to get the current configuration and privileged functions to ### cdb_dataservices_client.cdb_service_get_rate_limit(service) -This function returns the rate limit configuration for the specified service -and the user corresponding to the role which makes the calls. +This function returns the rate limit configuration in effect for the specified service +and the user corresponding to the role which makes the calls. The effective configuration +may come from any of the configuration levels (server/organization/user); only the +existing configuration with most precedence is returned. #### Returns