featurebase/pql
Ben Johnson e3d6f96657
Add max-writes-per-requests limit.
A configurable limit has been added to restrict the number of
mutating calls in a `pql.Query`. This is to prevents requests from
timing out from large queries.

The default is set to 5000 writes per request and is configurable
through the configuration file and the command line flags.
2017-05-03 08:53:20 -06:00
..
ast.go Add max-writes-per-requests limit. 2017-05-03 08:53:20 -06:00
ast_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
parser.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
parser_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
scanner.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
scanner_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
token.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00