Commit ae367ce4 by wangquyuan

add by wqy

1 parent 42665126
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y libjpeg8 libpng12-dev libjasper-dev libgomp1
COPY ./ /package
RUN chmod a+x /package/yuexinserver
ENV LD_LIBRARY_PATH=/package/lib:/package:$LD_LIBRARY_PATH
WORKDIR /package
......@@ -27,7 +27,7 @@ struct bone_config : public websocketpp::config::asio
static bool const enable_multithreading = true;
static size_t const max_message_size = 2048 * 1000 * 1000;
static long const timeout_open_handshake = 3 * 60 * 1000;
static long const timeout_open_handshake = 30 * 60 * 1000;
struct transport_config : public core::transport_config
{
......
No preview for this file type
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!