summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkapplet2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index 73f0b36d..e2eadd23 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -286,7 +286,7 @@ sub is_running {
} `ps -o '%P %p %c' -u $ENV{USER}`;
}
sub cronUpdate {
- Glib::Timeout->add(5*1000, sub {
+ Glib::Timeout->add(10*1000, sub {
checkConfig();
1;
});