From 1967204821e1923668aa69725ef2a731229f97b8 Mon Sep 17 00:00:00 2001 From: csoler Date: Sun, 4 Jun 2017 18:43:12 +0200 Subject: [PATCH] restored GXS trans cleanign delay --- libretroshare/src/gxstrans/p3gxstrans.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/gxstrans/p3gxstrans.h b/libretroshare/src/gxstrans/p3gxstrans.h index 14fa0f66f..e12b3c303 100644 --- a/libretroshare/src/gxstrans/p3gxstrans.h +++ b/libretroshare/src/gxstrans/p3gxstrans.h @@ -159,7 +159,7 @@ private: * Two weeks seems fair ATM. */ static const uint32_t GXS_STORAGE_PERIOD = 0x127500; - static const uint32_t MAX_DELAY_BETWEEN_CLEANUPS = 120; // every 20 mins. Could be less. + static const uint32_t MAX_DELAY_BETWEEN_CLEANUPS = 1203; // every 20 mins. Could be less. time_t mLastMsgCleanup ;