From 9746382614c54ed432657ade4d4ce92b410eb903 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Mon, 21 May 2007 20:53:56 +0000 Subject: [PATCH] Fixing a flag on twistd. As an addendum to the last commit, there is a big speed improvement, it wasn't just imagined. Check it out on the public test server at evennia.com port 4000. --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index 39106c590..85b0a732d 100755 --- a/startup.sh +++ b/startup.sh @@ -10,4 +10,4 @@ export DJANGO_SETTINGS_MODULE="settings" ## Interactive mode. Good for development and debugging. #twistd -noy twistd -ny server.py ## Stand-alone mode. Good for running games. -twistd -ny server.py +twistd -y server.py