mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +00:00
(qt) increase the freespace-label update interval from 5 seconds to 15 seconds
This commit is contained in:
parent
7ac1e563a0
commit
a8f375eb88
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
namespace
|
||||
{
|
||||
static const int INTERVAL_MSEC = 5000;
|
||||
static const int INTERVAL_MSEC = 15000;
|
||||
}
|
||||
|
||||
FreespaceLabel :: FreespaceLabel (Session & session,
|
||||
|
|
Loading…
Reference in a new issue