Skip to content

Commit ebec6cd

Browse files
committed
Merge branch 'master' of https://github.com/coderdj/redax
2 parents 2851239 + 462ea17 commit ebec6cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ int main(int argc, char** argv){
319319
}
320320

321321
controller->CheckErrors();
322-
std::this_thread::sleep_for(std::chrono::milliseconds(1));
322+
std::this_thread::sleep_for(std::chrono::seconds(1));
323323
}
324324
status_update.join();
325325
delete controller;

0 commit comments

Comments
 (0)