Index: trunk/BNC/src/bncephuser.cpp
===================================================================
--- trunk/BNC/src/bncephuser.cpp	(revision 7040)
+++ trunk/BNC/src/bncephuser.cpp	(revision 7041)
@@ -209,5 +209,5 @@
 
   if      (eph->type() == t_eph::GPS  || t_eph::Galileo) {
-    if (timeDiff > 4*3600) { // data sets are valid for 4 hours
+    if (timeDiff > 4*3600) { // update interval: 2h, data sets are valid for 4 hours
       eph->setCheckState(t_eph::bad);
       return;
@@ -221,5 +221,5 @@
   }
   else if (eph->type() == t_eph::QZSS) {
-    if (timeDiff > 1*3600) {
+    if (timeDiff > 1*1800) {
       eph->setCheckState(t_eph::bad);
       return;
@@ -227,5 +227,5 @@
   }
   else if (eph->type() == t_eph::SBAS) {
-    if (timeDiff > 300) { // maximum update interval
+    if (timeDiff > 600) { // maximum update interval: 300 sec
       eph->setCheckState(t_eph::bad);
       return;
