From b210f727326d78850288b5733340a2a8263e53d7 Mon Sep 17 00:00:00 2001 From: aumetra Date: Fri, 29 Nov 2024 15:52:03 +0100 Subject: [PATCH] do not perform a full load --- kitsune/src/template.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitsune/src/template.rs b/kitsune/src/template.rs index 0d57d5533..6b94a4456 100644 --- a/kitsune/src/template.rs +++ b/kitsune/src/template.rs @@ -61,7 +61,7 @@ where spawn_watcher(); ArcSwapAny::new(Arc::new(init_environment())) }) - .load_full(); + .load(); let template = handle .get_template(name)