try to keep vm size down by reducing thread stack size (thanks sklnd)

This commit is contained in:
Ryan Hitchman 2010-03-06 12:41:54 -07:00
parent def6537f72
commit b1d5753304
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ import thread
import traceback
print thread.stack_size(1024 * 512) # reduce vm size
class Input(dict):
def __init__(self, conn, raw, prefix, command, params,
nick, user, host, paraml, msg):