--- udiskslinuxprovider.c       2014-05-02 13:54:46.826781083 +0100
+++ udiskslinuxprovider.c.30minpoll     2014-05-02 13:55:54.034178153 +0100
@@ -465,8 +465,8 @@
   g_list_free_full (udisks_devices, g_object_unref);
   udisks_info ("Initialization complete");
 
-  /* schedule housekeeping for every 10 minutes */
-  provider->housekeeping_timeout = g_timeout_add_seconds (10*60,
+  /* schedule housekeeping for every 30 minutes */
+  provider->housekeeping_timeout = g_timeout_add_seconds (30*60,
                                                           
on_housekeeping_timeout,
                                                           provider);
   /* ... and also do an initial run */


Changes regular polling to 30mins, allowing sensible spindown times on WD

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1281588

Title:
  Disk standby timer is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1281588/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to