Skip to content

Commit

Permalink
fix: add comments to the config read_thread_stack_size
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiKaiWi committed Nov 13, 2023
1 parent d763083 commit d043e4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ceresdb/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ pub struct RuntimeConfig {
/// The size of the stack used by the read thread
///
/// The size should be a set as a large number if the complex query exists.
/// TODO: this config may be removed in the future when the complex query
/// won't overflow the stack.
pub read_thread_stack_size: ReadableSize,
/// Runtime for writing data
pub write_thread_num: usize,
Expand Down

0 comments on commit d043e4f

Please sign in to comment.