Skip to content

Commit

Permalink
Actually call spawn_malloc_trim
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Feb 2, 2024
1 parent ad4d1b6 commit eeda615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripty_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ use url::Url;
pub fn start() {
load_config();

spawn_malloc_trim();

let rt = get_tokio_rt();

rt.block_on(init_logging());
Expand Down

0 comments on commit eeda615

Please sign in to comment.