Update of /cvsroot/jrobin/src/org/jrobin/mrtg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31656/org/jrobin/mrtg
Modified Files:
MrtgConstants.java
Log Message:
Minor changes
Index: MrtgConstants.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/mrtg/MrtgConstants.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MrtgConstants.java 31 May 2004 09:04:51 -0000 1.9
--- MrtgConstants.java 21 Jul 2004 07:10:26 -0000 1.10
***************
*** 46,50 ****
// number of open RRD files held in the pool
! int POOL_CAPACITY = 50;
// graph dimensions
--- 46,50 ----
// number of open RRD files held in the pool
! int POOL_CAPACITY = 100;
// graph dimensions
|