From 5b414efad11a6ab0b82fcb125bd72eb5401c0096 Mon Sep 17 00:00:00 2001
From: Kevin Duret <kduret@centreon.com>
Date: Tue, 20 Oct 2015 07:48:15 +0200
Subject: [PATCH] #3832 increase size for failover and temporary files

---
 www/class/config-generate/broker.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/class/config-generate/broker.class.php b/www/class/config-generate/broker.class.php
index 6ae6f6c449..2babeeb7c6 100644
--- a/www/class/config-generate/broker.class.php
+++ b/www/class/config-generate/broker.class.php
@@ -112,7 +112,7 @@ class Broker extends AbstractObjectXML {
                             'path' => $retention_path . '/' . $config_name . '_' . $flow['name'] . '.retention',
                             'protocol' => 'bbdo',
                             'compression' => 'auto',
-                            'max_size' => '104857600'
+                            'max_size' => '209715200'
                         );
                         $flow_count++;
                     }
@@ -126,7 +126,7 @@ class Broker extends AbstractObjectXML {
                 'path' => $retention_path . '/' . $config_name . '.temporary',
                 'protocol' => 'bbdo',
                 'compression' => 'auto',
-                'max_size' => '104857600'
+                'max_size' => '209715200'
             );
             $flow_count++;
 
-- 
GitLab