1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-16 08:20:29 +08:00

fix: mutex

This commit is contained in:
源文雨
2022-04-10 14:08:06 +08:00
parent fe16d773a8
commit 5084f796a9
3 changed files with 9 additions and 6 deletions

View File

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