()
| 38 | |
| 39 | impl Default for GeneratorOptions { |
| 40 | fn default() -> Self { |
| 41 | Self { |
| 42 | row_limit: usize::MAX, |
| 43 | pods_per_host: 1..15, |
| 44 | containers_per_pod: 1..3, |
| 45 | entries_per_container: 1024..8192, |
| 46 | include_nulls: false, |
| 47 | } |
| 48 | } |
| 49 | } |
| 50 | |
| 51 | /// Creates access log like entries |