summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--infinite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/infinite.cpp b/infinite.cpp index 5c8ccbc..96b2fdf 100644 --- a/infinite.cpp +++ b/infinite.cpp
@@ -843,6 +843,6 @@ int main(int argc, char** argv)
843 843
844 std::cout << "Posted!" << std::endl; 844 std::cout << "Posted!" << std::endl;
845 845
846 std::this_thread::sleep_for(std::chrono::hours(12)); 846 std::this_thread::sleep_for(std::chrono::hours(24));
847 } 847 }
848} 848}