Searched refs:collection_interval (Results 1 – 2 of 2) sorted by relevance
54 pub collection_interval: Duration, field67 collection_interval: Duration::from_secs(get_device_config( in from_env()
58 match receiver.recv_timeout(config.collection_interval) { in schedule_periodic()