mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #2196 from jolavillette/3DigitsRttStatistics
display RTT stats with 3 decimals
This commit is contained in:
commit
49feb3c6ab
@ -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…
Reference in New Issue
Block a user