From d85fed8541a9580e820a907d83a2184b020572ba Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 23 Feb 2018 10:42:51 -0500 Subject: Decreased bot delay to 1 hour --- lunatic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lunatic.cpp') diff --git a/lunatic.cpp b/lunatic.cpp index 2438788..09dcc41 100644 --- a/lunatic.cpp +++ b/lunatic.cpp @@ -77,7 +77,7 @@ int main(int argc, char** argv) std::cout << action << std::endl; std::cout << "Waiting" << std::endl; - std::this_thread::sleep_for(std::chrono::hours(3)); + std::this_thread::sleep_for(std::chrono::hours(1)); std::cout << std::endl; } -- cgit 1.4.1