Author: sleon Date: 2006-01-09 15:47:00 +0000 (Mon, 09 Jan 2006) New Revision: 7829
Modified: trunk/apps/freeviz/db.py trunk/apps/freeviz/server.py Log: server seems to work without issues now, but location switches are still broken as it seeems Modified: trunk/apps/freeviz/db.py =================================================================== --- trunk/apps/freeviz/db.py 2006-01-09 14:43:18 UTC (rev 7828) +++ trunk/apps/freeviz/db.py 2006-01-09 15:47:00 UTC (rev 7829) @@ -5,7 +5,7 @@ #mport pydot -uri = 'postgres://tiwsted:severe at 127.0.0.1/twisted' +uri = 'postgres://tiwsted:severe at 127.0.0.1/twisted?cache=False' #con = connectionForURI(uri) #sqlhub.processConnection = con Modified: trunk/apps/freeviz/server.py =================================================================== --- trunk/apps/freeviz/server.py 2006-01-09 14:43:18 UTC (rev 7828) +++ trunk/apps/freeviz/server.py 2006-01-09 15:47:00 UTC (rev 7829) @@ -6,8 +6,8 @@ PORT=23415 NRCONS=100 -DELAY=2 -MAXCONNS=2 +DELAY=1 +MAXCONNS=10 class Base(threading.Thread):
