(ezc): generate only requested frames

This commit is contained in:
2024-07-07 22:10:29 +02:00
parent b2f4c065ea
commit 2490e2cc68
7 changed files with 28 additions and 27 deletions

View File

@@ -637,7 +637,7 @@ void Item::execute(EzcEnv & env)
Ezc::Pattern * p = pattern_cacher->GetPattern(*this);
TemplatesFunctions::InitGenerator(ezc_generator, request->models);
TemplatesFunctions::InitGenerator(ezc_generator, *request);
ezc_generator.SetPattern(*p);
if( config->allow_ezc_frames_in_executable_items )