From: Roland Haeder Date: Fri, 14 Mar 2014 20:38:26 +0000 (+0100) Subject: Must be a FILO (First In, Last Out). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=92d4aac363d80f10dbbc9a36a20112b1449656ee;p=hub.git Must be a FILO (First In, Last Out). Signed-off-by: Roland Haeder --- diff --git a/application/hub/config.php b/application/hub/config.php index f64c592fd..40e700cfd 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -292,7 +292,7 @@ $cfg->setConfigEntry('node_request_node_list_entry_stacker_class', 'FiLoStacker' $cfg->setConfigEntry('dht_stacker_class', 'FiLoStacker'); // CFG: RAW-DATA-STACKER-CLASS -$cfg->setConfigEntry('raw_data_stacker_class', 'FiFoStacker'); +$cfg->setConfigEntry('raw_data_stacker_class', 'FiLoStacker'); // CFG: NODE-ANNOUNCEMENT-ANSWER-TEMPLATE-TYPE $cfg->setConfigEntry('node_announcement_answer_template_type', 'xml/answer/announcement');