Commit 72b90c6
Fix copy-paste bug in HitsPerSlabStrategy::exportConfig()
Summary: `exportConfig()` was reporting `config_.minSlabs` for the `num_slabs_free_mem` key instead of `config_.numSlabsFreeMem`. This meant monitoring would show the wrong value for this config field
Reviewed By: AlnisM
Differential Revision: D104298706
fbshipit-source-id: e7c800f31bd62ce7591d815f00f6ba1d07ac4b081 parent 0100830 commit 72b90c6
1 file changed
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments