Changeset 15061 for trunk/FACT++


Ignore:
Timestamp:
03/13/13 15:53:00 (12 years ago)
Author:
lyard
Message:
added configuration option for service list update interval
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/datalogger.cc

    r15060 r15061  
    22162216            fShouldAutoStart = true;
    22172217        }
     2218    if (conf.Has("service-list-interval"))
     2219        fCurrentSubscriptionUpdateRate = conf.Get<int32_t>("service-list-interval");
    22182220    return -1;
    22192221}
     
    22912293        ("no-numsubs-service",  po_bool(),       "Disable update of number-of-subscriptions service")
    22922294        ("start-daily-files",   po_bool(),       "Starts the logger in DailyFileOpen instead of Ready")
     2295        ("service-list-interval", var<int32_t>(), "Interval between two updates of the service SUBSCRIPTIONS")
    22932296        ;
    22942297
Note: See TracChangeset for help on using the changeset viewer.