From: Sasa M. <sa...@us...> - 2004-08-30 11:10:32
|
Update of /cvsroot/jrobin/src/org/jrobin/mrtg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5603/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.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** MrtgConstants.java 21 Jul 2004 07:10:26 -0000 1.10 --- MrtgConstants.java 30 Aug 2004 11:10:23 -0000 1.11 *************** *** 26,29 **** --- 26,31 ---- package org.jrobin.mrtg; + import org.jrobin.core.RrdDbPool; + public interface MrtgConstants { // backend factory to be used *************** *** 46,50 **** // number of open RRD files held in the pool ! int POOL_CAPACITY = 100; // graph dimensions --- 48,53 ---- // number of open RRD files held in the pool ! int POOL_CAPACITY = RrdDbPool.INITIAL_CAPACITY; ! // int POOL_CAPACITY = 10; // graph dimensions |