Skip to content

Commit

Permalink
Temporarily disable sleeping for testing
Browse files Browse the repository at this point in the history
This sleep was because dt was 0 most of the time
  • Loading branch information
aljen committed Feb 17, 2018
1 parent a8ce09d commit 4d35d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libspaghetti/source/package.cc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ void Package::dispatchThreadFunction()
}

last = NOW;
std::this_thread::sleep_for(std::chrono::milliseconds(1));
// std::this_thread::sleep_for(std::chrono::milliseconds(1));

if (m_pause) {
spaghetti::log::trace("Pause requested..");
Expand Down

0 comments on commit 4d35d41

Please sign in to comment.