- Timestamp:
- Nov 17, 2008, 1:20:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-console-server/files/usr/bin/invirt-consolefs
r1699 r1700 46 46 """Refresh the local cache of VMs if the cache is more than 15 minutes old 47 47 """ 48 if time() - self.lasttime > 15:48 if time() - self.lasttime > 5: 49 49 self.lasttime = time() 50 50 database.clear_cache()
Note: See TracChangeset
for help on using the changeset viewer.