性能测试
This commit is contained in:
@@ -75,7 +75,7 @@ static int parse_env_int(const char *name, int defv, int minv, int maxv) {
|
||||
}
|
||||
|
||||
static int default_worker_nr(void) {
|
||||
int n = 3;
|
||||
int n = 2;
|
||||
return parse_env_int("KVS_URING_WORKERS", n, 1, IOURING_MAX_WORKERS);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user