(qt) increase the freespace-label update interval from 5 seconds to 15 seconds

This commit is contained in:
Jordan Lee 2013-04-10 03:17:15 +00:00
parent 7ac1e563a0
commit a8f375eb88
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
namespace
{
static const int INTERVAL_MSEC = 5000;
static const int INTERVAL_MSEC = 15000;
}
FreespaceLabel :: FreespaceLabel (Session & session,