From cb995f3aff17018bfb702c167132a3619aca1ff4 Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 26 Nov 2020 20:07:16 +0100 Subject: [PATCH] reverted back cleanup period to 59 mins --- libretroshare/src/gxs/rsgenexchange.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretroshare/src/gxs/rsgenexchange.cc b/libretroshare/src/gxs/rsgenexchange.cc index d8db817d7..4ef9ae9d7 100644 --- a/libretroshare/src/gxs/rsgenexchange.cc +++ b/libretroshare/src/gxs/rsgenexchange.cc @@ -131,8 +131,8 @@ static const uint32_t INDEX_AUTHEN_ADMIN = 0x00000040; // admin key // | // +--- processRoutingClues() ; // -//static const uint32_t MSG_CLEANUP_PERIOD = 60*59; // 59 minutes -static const uint32_t MSG_CLEANUP_PERIOD = 60*5; // 59 minutes + +static const uint32_t MSG_CLEANUP_PERIOD = 60*59; // 59 minutes static const uint32_t INTEGRITY_CHECK_PERIOD = 60*31; // 31 minutes RsGenExchange::RsGenExchange(