about summary refs log tree commit diff stats
path: root/lunatic.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-02-23 10:42:51 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-02-23 10:42:51 -0500
commitd85fed8541a9580e820a907d83a2184b020572ba (patch)
tree8cb6310e41a4aa9d385c0e23e3c7cc14d6370ecc /lunatic.cpp
parentef66322a27a7fb252b9cbf704a21cd5bd7e5a134 (diff)
downloadlunatic-d85fed8541a9580e820a907d83a2184b020572ba.tar.gz
lunatic-d85fed8541a9580e820a907d83a2184b020572ba.tar.bz2
lunatic-d85fed8541a9580e820a907d83a2184b020572ba.zip
Decreased bot delay to 1 hour
Diffstat (limited to 'lunatic.cpp')
-rw-r--r--lunatic.cpp2
1 files changed, 1 insertions, 1 deletions
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)
77 std::cout << action << std::endl; 77 std::cout << action << std::endl;
78 std::cout << "Waiting" << std::endl; 78 std::cout << "Waiting" << std::endl;
79 79
80 std::this_thread::sleep_for(std::chrono::hours(3)); 80 std::this_thread::sleep_for(std::chrono::hours(1));
81 81
82 std::cout << std::endl; 82 std::cout << std::endl;
83 } 83 }