Searched refs:CONFIG_POOL_MIN_SIZE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openidm-v4/openidm-repo-orientdb/src/main/java/org/forgerock/openidm/repo/orientdb/impl/
H A DActivator.java60 bootConfig.put(OrientDBRepoService.CONFIG_POOL_MIN_SIZE, repoConfig.get(OrientDBRepoService.CONFIG_POOL_MIN_SIZE.toLowerCase()).getObject());
H A DOrientDBRepoService.java119 public static final String CONFIG_POOL_MIN_SIZE = "poolMinSize"; field in class:OrientDBRepoService
841 poolMinSize = config.get(CONFIG_POOL_MIN_SIZE).defaultTo(DEFAULT_POOL_MIN_SIZE).asInteger();
883 return config.get(CONFIG_POOL_MIN_SIZE).defaultTo(DEFAULT_POOL_MIN_SIZE).asInteger();

Completed in 29 milliseconds