We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4beb7 commit 89c87efCopy full SHA for 89c87ef
lib/llm/src/block_manager/pool/managed.rs
@@ -77,7 +77,7 @@ pub struct ManagedBlockPoolArgs<S: Storage, L: LocalityProvider, M: BlockMetadat
77
)]
78
pool_metrics: Arc<PoolMetrics>,
79
80
- #[builder(default = "BlockRegistrationDuplicationSetting::Allowed")]
+ #[builder(default = "BlockRegistrationDuplicationSetting::Disabled")]
81
default_duplication_setting: BlockRegistrationDuplicationSetting,
82
}
83
0 commit comments