Changeset 10215 in ntrip for trunk/BNC/src/PPP/pppParlist.cpp


Ignore:
Timestamp:
Sep 19, 2023, 10:08:12 AM (8 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppParlist.cpp

    r10034 r10215  
    373373             par->type() == t_pppParam::crdY ||
    374374             par->type() == t_pppParam::crdZ) {
    375       if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 60.0)) {
     375      if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 10.0)) {
    376376        remove = true;
    377377      }
Note: See TracChangeset for help on using the changeset viewer.