sculpt manager: use runtime state report max of 1M

With complex scenarios, supplementing the <report> node with the
attribute 'requested' or 'provides' can easily result in a report of
more than 64K.
This commit is contained in:
Norman Feske 2020-02-26 09:24:07 +01:00 committed by Christian Helmuth
parent 8faa916d93
commit fce9cd8c22
1 changed files with 1 additions and 1 deletions

View File

@ -1662,7 +1662,7 @@ void Sculpt::Main::_generate_runtime_config(Xml_generator &xml) const
xml.attribute("child_ram", "yes");
xml.attribute("child_caps", "yes");
xml.attribute("delay_ms", 4*500);
xml.attribute("buffer", "64K");
xml.attribute("buffer", "1M");
});
xml.node("parent-provides", [&] () {