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.

This commit is contained in:
Greg Taylor 2007-05-21 20:53:56 +00:00
parent 97cf1213e6
commit 9746382614

View file

@ -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