Update of /cvsroot/aimmath/AIM/WEB-INF/maple
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7247/WEB-INF/maple
Modified Files:
ImageCache.mpl
Log Message:
Image expiry time increased from 600 to 6000 seconds
Index: ImageCache.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/ImageCache.mpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ImageCache.mpl 10 Mar 2004 01:34:58 -0000 1.5
--- ImageCache.mpl 28 Apr 2005 21:46:52 -0000 1.6
***************
*** 280,284 ****
local age,now,oldlock,oldtime,newlock,newtime,k,keys;
! if nargs = 1 then age := 600 else age := age_; fi;
oldtime := eval(this['CreationTime']);
--- 280,284 ----
local age,now,oldlock,oldtime,newlock,newtime,k,keys;
! if nargs = 1 then age := 6000 else age := age_; fi;
oldtime := eval(this['CreationTime']);
|