Some small fixes

This commit is contained in:
unkernet
2017-08-27 23:32:34 +03:00
parent f028c5e4e3
commit e6b23bd0e2
3 changed files with 13 additions and 4 deletions

View File

@ -517,6 +517,7 @@ void * update_predictions_thread(void* p){
if(space){
total_states = craptev1_sizeof_space(space);
}
sleep(1); // We don't need to check this more often than once per second
}
return NULL;
}