Browse Source

tweak freshness importance

Mikkel Denker 10 months ago
parent
commit
77a0e42821
1 changed files with 1 additions and 1 deletions
  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> {