-
Notifications
You must be signed in to change notification settings - Fork 539
Disable gRPC server history for Spawn/CLI #10314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
Latest documentation preview deployed successfully.
Note: This comment is updated whenever you push a commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great docs, thanks!
fn handle_msg(&mut self, msg: LogMsgProto) { | ||
self.broadcast_log_tx.send(msg.clone()).ok(); | ||
|
||
if self.is_history_disabled() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh neat this part turned out way simpler than I thought it would
Related
What
0B
in:spawn
This previously caused
spawn
to take up a lot more memory than needed.