summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2014-12-18 16:27:43 +0100
committerIngo Huerner <ingo.huerner@xse.de>2014-12-18 16:27:43 +0100
commitb6dd42cb84850ef63d4907f7a303ba5a7eec5cdf (patch)
tree071c68427e97062da09ad0c8f5fd70090ee18371
parent10fca9f130b47feba2188db1ae1babfd11f6b149 (diff)
downloadpersistence-client-library-b6dd42cb84850ef63d4907f7a303ba5a7eec5cdf.tar.gz
Extended number of max handles
-rw-r--r--src/persistence_client_library_data_organization.h2
1 files changed, 1 insertions, 1 deletions
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