housekeep method

void housekeep()

Implementation

void housekeep() {
  if (_housekeeping) return;
  _housekeeping = true;
  //saving stuff
  resetIPFSpullQueue;
  _currentlyPulling.clear();
  setOnline();
  _housekeeping = false;
}