Skip to content

Commit 89c87ef

Browse files
authored
fix: re-enable deduplication (#2343)
1 parent 8c4beb7 commit 89c87ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/llm/src/block_manager/pool/managed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub struct ManagedBlockPoolArgs<S: Storage, L: LocalityProvider, M: BlockMetadat
7777
)]
7878
pool_metrics: Arc<PoolMetrics>,
7979

80-
#[builder(default = "BlockRegistrationDuplicationSetting::Allowed")]
80+
#[builder(default = "BlockRegistrationDuplicationSetting::Disabled")]
8181
default_duplication_setting: BlockRegistrationDuplicationSetting,
8282
}
8383

0 commit comments

Comments
 (0)