--- 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 Desktop
Packages, which is subscribed to udisks2 in Ubuntu.
https://bugs.launchpad.net/bugs/1281588

Title:
  Disk standby timer is broken

Status in “udisks2” package in Ubuntu:
  Triaged

Bug description:
  gnome-disk-utility's support for the drive standby timer is broken.
  Instead of issuing the STANDBY command to the drive, it issues the
  IDLE command.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to