mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 17:28:41 -04:00
Merge pull request #2196 from jolavillette/3DigitsRttStatistics
display RTT stats with 3 decimals
This commit is contained in:
commit
49feb3c6ab
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ RttStatisticsGraph::RttStatisticsGraph(QWidget *parent)
|
|||
|
||||
src->setCollectionTimeLimit(10*60*1000) ; // 10 mins
|
||||
src->setCollectionTimePeriod(1000) ; // collect every second
|
||||
src->setDigits(1) ;
|
||||
src->setDigits(3) ;
|
||||
src->start() ;
|
||||
|
||||
setSource(src) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue