From: <sa...@us...> - 2004-03-02 10:07:23
|
Update of /cvsroot/jrobin/src/org/jrobin/mrtg/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14981/org/jrobin/mrtg/server Modified Files: Server.java Log Message: Index: Server.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/mrtg/server/Server.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Server.java 1 Mar 2004 12:02:46 -0000 1.6 --- Server.java 2 Mar 2004 09:47:49 -0000 1.7 *************** *** 67,71 **** private Server() { RrdDb.setLockMode(RrdDb.NO_LOCKS); ! RrdDbPool.getInstance().setExclusiveMode(true); } --- 67,71 ---- private Server() { RrdDb.setLockMode(RrdDb.NO_LOCKS); ! //RrdDbPool.getInstance().setCapacity(500); } |