Skip to content

Commit

Permalink
fix: recovery test (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx committed Jul 6, 2023
1 parent f9548e6 commit 3c0a0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foyer-storage/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ pub mod tests {
reinsertion: ReinsertNone::default(),
buffer_pool_size: 8 * MB,
flushers: 1,
reclaimers: 1,
reclaimers: 0,
recover_concurrency: 2,
prometheus_registry: None,
};
Expand Down

0 comments on commit 3c0a0ca

Please sign in to comment.