Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: Calvin Neo <calvinneo1995@gmail.com>
  • Loading branch information
CalvinNeo committed Dec 13, 2024
1 parent cb42ab0 commit 939f2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy_components/proxy_server/src/status_server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ where
}
.to_string();

let result = dump_one_heap_profile(true, output_format);
let result = dump_one_heap_profile(false, output_format);

match result {
Ok(body) => {
Expand Down

0 comments on commit 939f2cb

Please sign in to comment.