1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-05 18:20:26 +08:00
Files
simple-dict/server.h
2021-12-08 20:25:23 +08:00

8 lines
107 B
C

#ifndef _SERVER_H_
#define _SERVER_H_
#define THREADCNT 16
#define MAXWAITSEC 10
#endif /* _SERVER_H_ */