mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Change default config to enable LTS sufficiently that local stats are gathered and its ready to try.
This commit is contained in:
parent
58f898e0f0
commit
6c3347b339
@ -25,10 +25,10 @@ pub struct LongTermStats {
|
||||
impl Default for LongTermStats {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
gather_stats: false,
|
||||
gather_stats: true,
|
||||
collation_period_seconds: 10,
|
||||
license_key: None,
|
||||
uisp_reporting_interval_seconds: None,
|
||||
uisp_reporting_interval_seconds: Some(300),
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user