Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix comment
  • Loading branch information
SkymanOne committed Aug 18, 2023
commit 9c5aa07b13f78b611fea0e3a3699ab5b80a5d93c
2 changes: 1 addition & 1 deletion crates/metadata/src/specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ where
TypeSpec<F>: Default,
EnvironmentSpec<F>: Default,
{
/// Sets the `MAX_EVENT_TOPICS` value of the environment.
/// Sets the size of the static buffer configured via environment variable.`
pub fn static_buffer_size(
self,
static_buffer_size: usize,
Expand Down