| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| req_opts = RequestOptions(priority=self.request_priority) | ||
| self.request_priority = None | ||
| return req_opts |
There was a problem hiding this comment.
Request options are used only for next one request
Sorry, something went wrong.
There was a problem hiding this comment.
Is there a reason for this?
Sorry, something went wrong.
There was a problem hiding this comment.
Spanner is designed this way, otherwise there is no sense in request options.
Let's say there is a request priority. If it'll be set for a connection/session, than all the requests will have the same priority. It's technically the same that not setting priority at all.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Towards googleapis/python-spanner-sqlalchemy#248