Add last_interval field to StatsRevlogEntry

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

View file

@ -37,6 +37,7 @@ message CardStatsResponse {
uint32 ease = 5;
float taken_secs = 6;
optional cards.FsrsMemoryState memory_state = 7;
int64 last_interval = 8;
}
repeated StatsRevlogEntry revlog = 1;
int64 card_id = 2;