mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-17 01:24:15 -05:00
display RTT stats with 3 decimals
This commit is contained in:
parent
b4557064a5
commit
65751067e8
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