]> granicus.if.org Git - transmission/commitdiff
(qt) increase the freespace-label update interval from 5 seconds to 15 seconds
authorJordan Lee <jordan@transmissionbt.com>
Wed, 10 Apr 2013 03:17:15 +0000 (03:17 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Wed, 10 Apr 2013 03:17:15 +0000 (03:17 +0000)
qt/freespace-label.cc

index 781208686221540684a41f70586bd6d995ecfc57..44b0988dc30575d973156f95ddfe9daa30be2237 100644 (file)
@@ -19,7 +19,7 @@
 
 namespace
 {
-  static const int INTERVAL_MSEC = 5000;
+  static const int INTERVAL_MSEC = 15000;
 }
 
 FreespaceLabel :: FreespaceLabel (Session        & session,