Skip to content

Commit

Permalink
do not perform a full load
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 29, 2024
1 parent 2d83e86 commit b210f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitsune/src/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ where
spawn_watcher();
ArcSwapAny::new(Arc::new(init_environment()))
})
.load_full();
.load();

let template = handle
.get_template(name)
Expand Down

0 comments on commit b210f72

Please sign in to comment.