浏览代码

tweak freshness importance

Mikkel Denker 10 月之前
父节点
当前提交
77a0e42821
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crates/core/src/ranking/signals/core/non_text.rs

+ 1 - 1
crates/core/src/ranking/signals/core/non_text.rs

@@ -398,7 +398,7 @@ impl CoreSignal for FetchTimeMs {
 pub struct UpdateTimestamp;
 impl CoreSignal for UpdateTimestamp {
     fn default_coefficient(&self) -> f64 {
-        0.85
+        0.75
     }
 
     fn as_field(&self) -> Option<Field> {