Commit 01ed59a
authored
Use SDK leveldb environment (#1192)
When the max cache size is not set, SDK use the leveldb default env,
SDK need to replace it with it's own in order to disable mmap usage.
Fix the Limiter class constructor warning.
Relates-To: OLPSUP-13838
Signed-off-by: Mykhailo Kuchma <[email protected]>1 parent b7caabc commit 01ed59a
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments