Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wangquyuan
/
ygydserver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ae367ce4
authored
Sep 14, 2022
by
wangquyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add by wqy
1 parent
42665126
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
build/Dockerfile
src/include/do_request.h
test/test
build/Dockerfile
View file @
ae367ce
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
src/include/do_request.h
View file @
ae367ce
...
...
@@ -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
=
3
0
*
60
*
1000
;
struct
transport_config
:
public
core
::
transport_config
{
...
...
test/test
View file @
ae367ce
No preview for this file type
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment