This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Move timeout_ms option to compile function #63
Labels
code health
Improve code readability, simplify maintenance and so on
customer
enhancement
New feature or request
prio2
refactoring
Comments
Totktonada
added a commit
that referenced
this issue
Jul 5, 2018
The options are: * resulting_object_cnt_max * fetched_object_cnt_max * timeout_ms * enable_mutations Fixes #63.
Totktonada
added a commit
that referenced
this issue
Jul 6, 2018
The options are: * resulting_object_cnt_max * fetched_object_cnt_max * timeout_ms Fixes #63.
Totktonada
added a commit
that referenced
this issue
Jul 6, 2018
The options are: * resulting_object_cnt_max * fetched_object_cnt_max * timeout_ms Fixes #63.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
code health
Improve code readability, simplify maintenance and so on
customer
enhancement
New feature or request
prio2
refactoring
timeout_ms
is currently an option ofaccessor.new()
The point is that passing this parameter to
compile
is much better, because both simple and huge queries might be created for one accessor, and we want to support different timeouts for this queries.The text was updated successfully, but these errors were encountered: