Revert "DROP before merge. Reduce INTEGRITY_CHECK_PERIOD"

This reverts commit ce61174d79227588375678bfe446980420f50168.
This commit is contained in:
Gioacchino Mazzurco 2018-07-22 21:45:43 +02:00
parent f97dc8a125
commit d9aa37219c
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -59,10 +59,10 @@ static const uint32_t INDEX_AUTHEN_ADMIN = 0x00000040; // admin key
#define GXS_MASK "GXS_MASK_HACK"
#define GEN_EXCH_DEBUG 1
//#define GEN_EXCH_DEBUG 1
static const uint32_t MSG_CLEANUP_PERIOD = 60*59; // 59 minutes
static const uint32_t INTEGRITY_CHECK_PERIOD = 60*2; // 31 minutes // TODO: Restore this line before merging deep_search
static const uint32_t INTEGRITY_CHECK_PERIOD = 60*31; // 31 minutes
RsGenExchange::RsGenExchange(RsGeneralDataService *gds, RsNetworkExchangeService *ns,
RsSerialType *serviceSerialiser, uint16_t servType, RsGixs* gixs,