Changeset 6484
- Timestamp:
- Dec 15, 2017, 9:19:35 AM (3 years ago)
- Location:
- lliurex-up/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-up/trunk/fuentes/debian/changelog
r6329 r6484 1 lliurex-up (16.04.28) xenial; urgency=medium 2 3 * Increased the frequency of intermediate notifications when apt is updated 4 5 -- Juan Ramon Pelegrina <juapesai@hotmail.com> Fri, 15 Dec 2017 08:53:34 +0100 6 1 7 lliurex-up (16.04.27) xenial; urgency=medium 2 8 -
lliurex-up/trunk/fuentes/lliurex-up-indicator/usr/bin/lliurex-up-indicator
r6038 r6484 66 66 67 67 self.FREQUENCY=3600 68 self.APT_FRECUENCY=1200 68 69 self.updatedInfo=False 69 70 self.remoteUpdateInfo=False … … 376 377 377 378 378 if(type==Gio.FileMonitorEvent.CHANGES_DONE_HINT and self.last_check> 120): #ignore cache updates at intervals smaller than 2 minutes379 if(type==Gio.FileMonitorEvent.CHANGES_DONE_HINT and self.last_check>self.APT_FRECUENCY): #ignore cache updates at intervals smaller than APT_FRECUENCY 379 380 self.is_cache_updated=True 380 381
Note: See TracChangeset
for help on using the changeset viewer.