summaryrefslogtreecommitdiff
path: root/src/ir_mctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir_mctrl.cpp')
-rw-r--r--src/ir_mctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir_mctrl.cpp b/src/ir_mctrl.cpp
index 9ba3f0f..d0ea89f 100644
--- a/src/ir_mctrl.cpp
+++ b/src/ir_mctrl.cpp
@@ -716,7 +716,7 @@ int main(int argc, char * argv [ ])
while(1)
{
MESA_htable_iterate(mctrl_g.s_d_htable, htable_iterate, NULL);
- sleep(3600);
+ sleep(86400);
}
Maat_burn_feather(mctrl_g.d_feather);