[Aimmath-commit] AIM/WEB-INF/maple ImageCache.mpl,1.5,1.6
Brought to you by:
gustav_delius,
npstrick
From: Neil S. <nps...@us...> - 2005-04-28 21:47:01
|
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']); |