// CFG: STACKER-SELF-CONNECT-MAX-SIZE
$cfg->setConfigEntry('stacker_self_connect_max_size', 10);
+// CFG: STACKER-REQUEST-NODE-LIST-MAX-SIZE
+$cfg->setConfigEntry('stacker_request_node_list_max_size', 10);
+
// CFG: STACKER-NODE-REQUEST-NODE-LIST-MAX_SIZE
$cfg->setConfigEntry('stacker_node_request_node_list_max_size', 10);
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class BaseXMLTemplateEngine extends BaseTemplateEngine {
+class BaseXmlTemplateEngine extends BaseTemplateEngine {
/**
* Main nodes in the XML tree
*/
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
//-->
-<node-request-node-list>
+<request-node-list>
<!--
All accepted object types as a comma-separted list this node is accepting
to share (even master nodes may not accept all types of objects.
This node's session id
//-->
<session-id>{?session_id?}</session-id>
-</node-request-node-list>
+</request-node-list>