diff options
Diffstat (limited to 'src/system-stats/system-stats.cpp')
-rw-r--r-- | src/system-stats/system-stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |