1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-30 13:02:32 +00:00
steve/pkg/stores/partition/listprocessor
Colleen Murphy 7c0228e575 Use limit=-1 to disable default list limit
The default chunk size in the partition was set to 100000. It could be
overridden as a larger or smaller number, but not disabled altogether.
This change adds the ability for users to explicitly opt out of the
limit by specifying a negative number or zero. The default behavior is
the same.
2022-12-20 15:01:20 -08:00
..
processor_test.go Add secondary sort parameter 2022-12-20 15:01:19 -08:00
processor.go Use limit=-1 to disable default list limit 2022-12-20 15:01:20 -08:00