Checkpoint

This commit is contained in:
Antonio Scandurra 2024-11-29 19:43:13 +01:00
parent 3ddfb77fce
commit d43c676dd0

View file

@ -132,6 +132,7 @@ impl Zeta {
&& old_snapshot.version == last_new_snapshot.version
{
*last_new_snapshot = new_snapshot.clone();
*last_timestamp = *timestamp;
return;
}
}