diff options
Diffstat (limited to 'src/apt-watcher.c')
-rw-r--r-- | src/apt-watcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apt-watcher.c b/src/apt-watcher.c index cab2d8b..4e69ee6 100644 --- a/src/apt-watcher.c +++ b/src/apt-watcher.c @@ -250,7 +250,7 @@ static void apt_watcher_init (AptWatcher *self) { self->current_state = UP_TO_DATE; - g_timeout_add_seconds (1, + g_timeout_add_seconds (60, apt_watcher_start_apt_interaction, self); } |