1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-10 05:04:13 +08:00

优化代码结构

This commit is contained in:
源文雨
2022-05-15 13:34:53 +08:00
parent 85a6d32cf9
commit 46e80af181
7 changed files with 50 additions and 31 deletions

View File

@@ -3,8 +3,8 @@
#include <stdint.h>
#define THREADCNT 16
#define MAXWAITSEC 4
#define THREADCNT 32
#define MAXWAITSEC 8
// DICTPOOLBIT must be lower than 4*8 = 32
#define DICTPOOLBIT 16