Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv31326/util

Modified Files:
        misc.py 
Log Message:
Check every ten minutes... it's still barely noticeable, but keeps the
screen up to date... 30 minutes would work too, but then we'd have to 
make sure we check at the top of every hour to keep it inline.


Index: misc.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/misc.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** misc.py     11 Jan 2004 17:04:15 -0000      1.18
--- misc.py     13 Jan 2004 15:18:19 -0000      1.19
***************
*** 11,14 ****
--- 11,19 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.19  2004/01/13 15:18:19  outlyer
+ # Check every ten minutes... it's still barely noticeable, but keeps the
+ # screen up to date... 30 minutes would work too, but then we'd have to
+ # make sure we check at the top of every hour to keep it inline.
+ #
  # Revision 1.18  2004/01/11 17:04:15  outlyer
  # Until \t is fixed, this '-' at least provides some indentation to make it
***************
*** 395,399 ****
      cachefile = '%s/upsoon' % (config.FREEVO_CACHEDIR)
      if (os.path.exists(cachefile) and \
!         (abs(time.time() - os.path.getmtime(cachefile)) < 3600)):
          cache = open(cachefile,'r')
          for a in cache.readlines():
--- 400,404 ----
      cachefile = '%s/upsoon' % (config.FREEVO_CACHEDIR)
      if (os.path.exists(cachefile) and \
!         (abs(time.time() - os.path.getmtime(cachefile)) < 600)):
          cache = open(cachefile,'r')
          for a in cache.readlines():




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to