Skip to content

Commit

Permalink
Merge pull request #103 from KanoComputing/updates-widget-check
Browse files Browse the repository at this point in the history
Increase the check interval to 7 days
  • Loading branch information
pazdera committed May 1, 2015
2 parents 6b66641 + f1d8b3a commit 95a8cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxpanel-plugin/kano_updater.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#define PLUGIN_TOOLTIP _("Kano Updater")

#define POLL_INTERVAL (10 * 60 * 1000) /* 10 minutes in microseconds*/
#define CHECK_INTERVAL 60*60*24
#define CHECK_INTERVAL (60 * 60 * 24 * 7) /* 7 days */

#define FIFO_FILENAME ".kano-notifications.fifo"

Expand Down

0 comments on commit 95a8cae

Please sign in to comment.