[Bps-public-commit] App-Changeloggr branch, master, updated. 34f543565a4e9bfbdc4811aef6952b745178b7e9
Alex M Vandiver
alexmv at bestpractical.com
Thu May 14 14:32:08 EDT 2009
The branch, master has been updated
via 34f543565a4e9bfbdc4811aef6952b745178b7e9 (commit)
from 0c63e37d2000556e7a2fa4bacdf524aae349ef24 (commit)
Summary of changes:
etc/config.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 34f543565a4e9bfbdc4811aef6952b745178b7e9
Author: Alex Vandiver <alexmv at mit.edu>
Date: Thu May 14 14:31:57 2009 -0400
The Prefork server is a bit more responsive than Fork
diff --git a/etc/config.yml b/etc/config.yml
index 65c0942..ce6d5a1 100644
--- a/etc/config.yml
+++ b/etc/config.yml
@@ -40,7 +40,7 @@ framework:
Web:
BaseURL: http://localhost
Port: 8888
- ServerClass: Jifty::Server::Fork
+ ServerClass: Jifty::Server::Prefork
ServeStaticFiles: 1
StaticRoot: share/web/static
TemplateRoot: share/web/templates
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list