Update last_interval to use last_interval_secs

This commit is contained in:
user1823 2025-09-26 21:00:23 +05:30 committed by GitHub
parent 58e4459194
commit 5221dd02a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -220,7 +220,7 @@ fn stats_revlog_entry(
ease: entry.ease_factor,
taken_secs: entry.taken_millis as f32 / 1000.,
memory_state: None,
last_interval: entry.last_interval,
last_interval: entry.last_interval_secs(),
}
}