Changeset 9430 in ntrip


Ignore:
Timestamp:
May 14, 2021, 10:40:18 AM (3 years ago)
Author:
stuerze
Message:

bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.cpp

    r9408 r9430  
    269269
    270270    // update interval: 2h
    271     if      (eph->type() == t_eph::GPS     && dt >  3600.0) {
     271    if      (eph->type() == t_eph::GPS     && dt >  7200.0) {
    272272      ephL->setCheckState(t_eph::outdated);
    273273      return;
Note: See TracChangeset for help on using the changeset viewer.