Archived
1
0

Fixing broken uploads in desktop configuration. They needed more than one thread to upload and poll progress simultaneously.

This commit is contained in:
Dan Helfman 2008-08-20 16:05:43 -07:00
parent 4cd1e4239d
commit 52e67c9ab5

View File

@ -4,7 +4,7 @@ import cherrypy
settings = { settings = {
"global": { "global": {
"server.thread_pool": 1, "server.thread_pool": 4,
"static_filter.root": os.getcwd(), "static_filter.root": os.getcwd(),
"server.log_to_screen": True, "server.log_to_screen": True,
"luminotes.launch_browser": True, "luminotes.launch_browser": True,