projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91af167
)
Right, no more missing icons while testing. Grrr.
author
Andy Allan
<gravitystorm@gmail.com>
Tue, 7 Sep 2010 10:01:55 +0000
(10:01 +0000)
committer
Andy Allan
<gravitystorm@gmail.com>
Tue, 7 Sep 2010 10:01:55 +0000
(10:01 +0000)
resources/server.rb
patch
|
blob
|
history
diff --git
a/resources/server.rb
b/resources/server.rb
index 1d2f4770316dcfc2579a5037ef83d5d2c6792e1d..9129234b4eab57e275a70687d398cdf323fcfc76 100644
(file)
--- a/
resources/server.rb
+++ b/
resources/server.rb
@@
-13,7
+13,7
@@
require 'webrick'
include WEBrick
-s=HTTPServer.new(:Port => 3333, :DocumentRoot => Dir.pwd)
+s=HTTPServer.new(:Port => 3333, :DocumentRoot => Dir.pwd
, :MaxClients => 1000
)
# Handle signals.
%w(INT TERM).each do |signal|