Bump auto-compact threshold to 80% (#3925)
This commit is contained in:
@@ -68,7 +68,7 @@ pub async fn check_compaction_needed(
|
||||
let threshold = threshold_override.unwrap_or_else(|| {
|
||||
config
|
||||
.get_param::<f64>("GOOSE_AUTO_COMPACT_THRESHOLD")
|
||||
.unwrap_or(0.3) // Default to 30%
|
||||
.unwrap_or(0.8) // Default to 80%
|
||||
});
|
||||
|
||||
let provider = agent.provider().await?;
|
||||
|
||||
Reference in New Issue
Block a user