diff options
author | 2023-09-17 21:59:35 +0600 | |
---|---|---|
committer | 2023-09-18 18:50:16 +0600 | |
commit | da6cbb7099161c6562d127e3b3e268eb229a9c46 (patch) | |
tree | 3a6f604efa3312a20170f5e6938c4559a0b8b282 /src | |
parent | baf9a8b057eab1bb4595cb5e2ed4cdc05e56b263 (diff) | |
download | shopno-os-log-sync-da6cbb7099161c6562d127e3b3e268eb229a9c46.tar.gz shopno-os-log-sync-da6cbb7099161c6562d127e3b3e268eb229a9c46.zip |
debian: Release new revision
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to '')
-rw-r--r-- | src/system-stats/common.h | 2 | ||||
-rw-r--r-- | src/system-stats/system-stats.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/system-stats/common.h b/src/system-stats/common.h index b3984fb..230690d 100644 --- a/src/system-stats/common.h +++ b/src/system-stats/common.h @@ -5,7 +5,7 @@ #include <filesystem> #define APP_VERSION "2.2" -#define APP_NAME "stat-monitor" +#define APP_NAME "system-stats" using refstream = std::reference_wrapper<std::ostream>; diff --git a/src/system-stats/system-stats.cpp b/src/system-stats/system-stats.cpp index 4d2f43e..6a9549c 100644 --- a/src/system-stats/system-stats.cpp +++ b/src/system-stats/system-stats.cpp @@ -22,7 +22,7 @@ int main() stream.get() << dumpReport(); stream.get() << "end\t" << epoch << std::endl; - std::this_thread::sleep_for(1s); + std::this_thread::sleep_for(1min); } return 0; } |