MaxQueryLength returns the limit of the length (in time) of a query.
(string)
| 14 | |
| 15 | // MaxQueryLength returns the limit of the length (in time) of a query. |
| 16 | MaxQueryLength(string) time.Duration |
| 17 | |
| 18 | // MaxQueryParallelism returns the limit to the number of split queries the |
| 19 | // frontend will process in parallel. |
no outgoing calls
no test coverage detected