summaryrefslogtreecommitdiffstats
path: root/draksnapshot-applet
diff options
context:
space:
mode:
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-xdraksnapshot-applet2
1 files changed, 1 insertions, 1 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet
index 8c8550e..09aa55a 100755
--- a/draksnapshot-applet
+++ b/draksnapshot-applet
@@ -161,7 +161,7 @@ sub silentCheck() {
sub setup_cyclic_check() {
$timeout = Glib::Timeout->add(
- 2000,
+ 5000,
sub { # default to 2sec
silentCheck();
1;