Export last_interval to Python

This commit is contained in:
user1823 2025-09-26 20:50:33 +05:30 committed by GitHub
parent 436590f4c2
commit 85a7fb41b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -220,6 +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,
}
}