From b6dd42cb84850ef63d4907f7a303ba5a7eec5cdf Mon Sep 17 00:00:00 2001 From: Ingo Huerner Date: Thu, 18 Dec 2014 16:27:43 +0100 Subject: Extended number of max handles --- src/persistence_client_library_data_organization.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/persistence_client_library_data_organization.h b/src/persistence_client_library_data_organization.h index b202472..df61287 100644 --- a/src/persistence_client_library_data_organization.h +++ b/src/persistence_client_library_data_organization.h @@ -178,7 +178,7 @@ enum _PersistenceConstantDef /// max application name MaxAppNameLen = PERS_RCT_MAX_LENGTH_RESPONSIBLE, /// max number of parallel open persistence handles - MaxPersHandle = 128, + MaxPersHandle = 256, /// length of the config key responsible name MaxConfKeyLengthResp = 32, /// length of the config key custom name -- cgit v1.2.1