don't check too often if a new configuration is changed
author"Luc Saillard <luc@saillard.org>"
Wed Jun 11 14:47:14 2008 +0200 (2 months ago)
changeset 37956d5c3dcacdd
parent 3782cb799324ee0
child 380e0b51e04f5d8
don't check too often if a new configuration is changed
easy3d/easy3d.cpp
--- a/easy3d/easy3d.cpp Tue Jun 10 10:23:35 2008 +0200
+++ b/easy3d/easy3d.cpp Wed Jun 11 14:47:14 2008 +0200
@@ -375,7 +375,7 @@ bool Easy3d::check_if_easy3d_xml_changed
if (last_time_easy3d_xml_checked == 0)
last_time_easy3d_xml_checked = current_time;
- if (current_time < last_time_easy3d_xml_checked+8)
+ if (current_time < last_time_easy3d_xml_checked+600)
return false;
#if 0