Skip to content

Commit

Permalink
Use 5ms for daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Mar 14, 2024
1 parent aceefe2 commit a014e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/rpi/daemon/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ int main(int argc, const char *argv[])
spdlog::set_default_logger(dlog_logger);
rpi_daemon dmn;
dmn.set_name("rpi_daemon");
dmn.set_update_duration(std::chrono::milliseconds(500));
dmn.set_update_duration(std::chrono::milliseconds(5));
dmn.set_cwd("/");
dmn.run(argc, argv);
return 0;
Expand Down

0 comments on commit a014e7a

Please sign in to comment.