You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-guide/throttling.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The default throttling policy may be set globally, using the `DEFAULT_THROTTLE_C
45
45
}
46
46
}
47
47
48
-
The rate descriptions used in `DEFAULT_THROTTLE_RATES`may include `second`, `minute`, `hour`or `day`as the throttle period.
48
+
The rates used in `DEFAULT_THROTTLE_RATES`can be specified over a period of second, minute, hour or day. The period must be specified after the `/` separator using `s`, `m`, `h` or `d`, respectively. For increased clarity, extended units such as `second`, `minute`, `hour`, `day`or even abbreviations like `sec`, `min`, `hr` are allowed, as only the first character is relevant to identify the rate.
49
49
50
50
You can also set the throttling policy on a per-view or per-viewset basis,
0 commit comments