Commit d70c1c4
committed
fix(config): always read RocksDB settings regardless of db engine
Remove the db engine check around initRocksDbBackupProperty and
initRocksDbSettings in applyConfigParams. These methods only store
config values in memory without side effects, so reading them
unconditionally eliminates the timing issue where ARM64 engine
override happens after config parsing.1 parent abb52f6 commit d70c1c4
1 file changed
Lines changed: 2 additions & 5 deletions
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
804 | | - | |
805 | | - | |
806 | | - | |
807 | | - | |
808 | | - | |
| 804 | + | |
| 805 | + | |
809 | 806 | | |
810 | 807 | | |
811 | 808 | | |
| |||
0 commit comments