From 5983089c002e072d453fe6de06ebf530ad690f7e Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 26 Feb 2025 20:46:40 +0800 Subject: [PATCH] .. --- yazi-plugin/src/config/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-plugin/src/config/runtime.rs b/yazi-plugin/src/config/runtime.rs index cace6e8e..00f840cd 100644 --- a/yazi-plugin/src/config/runtime.rs +++ b/yazi-plugin/src/config/runtime.rs @@ -64,7 +64,7 @@ impl<'a> Runtime<'a> { } fn tasks(lua: &Lua) -> mlua::Result { - Composer::make(lua, 10, |lua, key| { + Composer::make(lua, 5, |lua, key| { match key { b"image_alloc" => lua.to_value_with(&TASKS.image_alloc, OPTS)?, _ => return Ok(Value::Nil),