diff options
Diffstat (limited to 'mgaapplet.conf')
-rw-r--r-- | mgaapplet.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mgaapplet.conf b/mgaapplet.conf new file mode 100644 index 00000000..b51a541b --- /dev/null +++ b/mgaapplet.conf @@ -0,0 +1,10 @@ +# Update frequency (in seconds) [default is 3 hours]: +UPDATE_FREQUENCY=10800 + +# Initial check will be delayed by (default to 5 minutes): +FIRST_CHECK_DELAY=300000 + +# Globally enable or disable check for new distribution +# (in order to offer live distro upgrade): +# (default is "false", meaning check will be done) +DO_NOT_ASK_FOR_DISTRO_UPGRADE=false |