1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-11 21:50:58 +08:00

优化代码结构

This commit is contained in:
fumiama
2021-12-08 20:25:23 +08:00
parent 9fb518368a
commit 21d0e04670
3 changed files with 9 additions and 3 deletions

7
server.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _SERVER_H_
#define _SERVER_H_
#define THREADCNT 16
#define MAXWAITSEC 10
#endif /* _SERVER_H_ */