Allow AMP to handle multiple connections gracefully (more stable).
This commit is contained in:
parent
ee6f3f8065
commit
9813a9d346
3 changed files with 53 additions and 13 deletions
|
|
@ -10,14 +10,11 @@ by game/evennia.py).
|
|||
from __future__ import print_function
|
||||
from builtins import object
|
||||
|
||||
import time
|
||||
import sys
|
||||
import os
|
||||
|
||||
from twisted.application import internet, service
|
||||
from twisted.internet import protocol, reactor
|
||||
from twisted.internet.task import LoopingCall
|
||||
from twisted.web import server
|
||||
import django
|
||||
django.setup()
|
||||
from django.conf import settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue