Skip to content

Commit

Permalink
backlog = 4096
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jan 4, 2015
1 parent ff8b460 commit 6f534ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local/proxylib.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ def forward_socket(local, remote, timeout, bufsize):

class LocalProxyServer(SocketServer.ThreadingTCPServer):
"""Local Proxy Server"""
request_queue_size = 1024
request_queue_size = 4096
allow_reuse_address = True
daemon_threads = True

Expand Down
2 changes: 1 addition & 1 deletion server/vps/goagentvps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ start() {
PYTHONPATH=$(/usr/bin/env python -c "print ':'.join(__import__('glob').glob('*.egg')),"):${PYTHONPATH} \
/usr/bin/env python -m supervisor.supervisord -c ./supervisord-${PACKAGE_NAME}.conf
echo "${PACKAGE_NAME}."
echo "sudo tail -F /var/log/${PACKAGE_NAME}/*.log to view logs"
echo "sudo tail -F /opt/${PACKAGE_NAME}/log/*.log to view logs"
}

stop() {
Expand Down

0 comments on commit 6f534ae

Please sign in to comment.