[Repoze-checkins] r1663 - repoze.shootout/trunk
Chris McDonough
chrism at agendaless.com
Sat Aug 23 22:03:22 EDT 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Sat Aug 23 22:03:21 2008
New Revision: 1663
Log:
Rely on FormEncode (repoze.bfg no longer does).
Modified:
repoze.shootout/trunk/setup.py
repoze.shootout/trunk/shootout.ini
Modified: repoze.shootout/trunk/setup.py
==============================================================================
--- repoze.shootout/trunk/setup.py (original)
+++ repoze.shootout/trunk/setup.py Sat Aug 23 22:03:21 2008
@@ -17,6 +17,7 @@
'SQLAlchemy',
'zope.sqlalchemy',
'repoze.tm2',
+ 'FormEncode',
]
import sys
Modified: repoze.shootout/trunk/shootout.ini
==============================================================================
--- repoze.shootout/trunk/shootout.ini (original)
+++ repoze.shootout/trunk/shootout.ini Sat Aug 23 22:03:21 2008
@@ -25,4 +25,4 @@
use = egg:PasteScript#cherrypy
host = 0.0.0.0
port = 5430
-numthreads = 1
+numthreads = 4
More information about the Repoze-checkins
mailing list