From 61e1b185d2edcad0d45878350ee26a7f2c946b47 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 14 Nov 2022 13:30:38 -0500 Subject: Posts way less often now --- sap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sap.cpp') diff --git a/sap.cpp b/sap.cpp index bae15e1..093e1fd 100644 --- a/sap.cpp +++ b/sap.cpp @@ -87,7 +87,7 @@ void sap::run() const std::cout << "Tweeted!" << std::endl; // Wait. - std::this_thread::sleep_for(std::chrono::hours(1)); + std::this_thread::sleep_for(std::chrono::hours(12)); } catch (const Magick::ErrorImage& ex) { std::cout << "Image error: " << ex.what() << std::endl; -- cgit 1.4.1