featurebase/cmd
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
..
pilosa Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
backup.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
backup_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
bench.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
bench_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
check.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
check_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
config.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
export.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
export_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
import.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
import_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
inspect.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
inspect_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
restore.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
restore_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
root.go Correct documentation link 2017-04-29 20:40:56 -05:00
root_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
server.go Add max-writes-per-requests limit. 2017-05-03 08:53:20 -06:00
server_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
sort.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
sort_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00