Skip to content

Commit dc4dc36

Browse files
committed
Release version 1.0.1
1 parent 9371250 commit dc4dc36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/skywalker/options.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ struct Options {
7777
// | io thread | N |
7878
// | |
7979
// | callback thread | N |
80+
// | |
81+
// | leveldb thread model | 0/1 |
8082
// -----------------------------------------------
83+
// The skywalker's thread size is:
84+
// 5 + io_thread_size + callback_thread_size
8185

8286
// Default: io_thread_size = (groups.size() + 1) / 2
8387
// the io_thread_size must be (0, groups.size()]

0 commit comments

Comments
 (0)