mirror of https://github.com/BOINC/boinc.git
VBOX: When restarting and restoring from a checkpoint, make sure we do not checkpoint again until after the minimum checkpoint interval.
This commit is contained in:
parent
112a3f5ae7
commit
26e16ac48e
|
@ -718,6 +718,7 @@ int main(int argc, char** argv) {
|
|||
//
|
||||
read_checkpoint(elapsed_time, current_cpu_time, vm);
|
||||
starting_cpu_time = current_cpu_time;
|
||||
last_checkpoint_time = current_cpu_time;
|
||||
|
||||
// Should we even try to start things up?
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue