We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9371250 commit dc4dc36Copy full SHA for dc4dc36
include/skywalker/options.h
@@ -77,7 +77,11 @@ struct Options {
77
// | io thread | N |
78
// | |
79
// | callback thread | N |
80
+ // | |
81
+ // | leveldb thread model | 0/1 |
82
// -----------------------------------------------
83
+ // The skywalker's thread size is:
84
+ // 5 + io_thread_size + callback_thread_size
85
86
// Default: io_thread_size = (groups.size() + 1) / 2
87
// the io_thread_size must be (0, groups.size()]
0 commit comments