From 8bdb6e2e3e1e3fe883e9ca9d54f00dd2e5523192 Mon Sep 17 00:00:00 2001 From: Rendaw Date: Wed, 7 May 2014 18:34:29 +0900 Subject: [PATCH] Elaborated request priority value. --- docs/topics/request-response.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/request-response.rst b/docs/topics/request-response.rst index 634131e5d..192f4caee 100644 --- a/docs/topics/request-response.rst +++ b/docs/topics/request-response.rst @@ -102,7 +102,8 @@ Request objects :param priority: the priority of this request (defaults to ``0``). The priority is used by the scheduler to define the order used to process - requests. + requests. Requests with a higher priority value will execute earlier. + Negative values are allowed in order to indicate relatively low-priority. :type priority: int :param dont_filter: indicates that this request should not be filtered by