Skip to content

Commit

Permalink
log reuse persistenceBackend
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Sep 27, 2024
1 parent 1da54c6 commit 1162cee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ protected int featuresBatched() {
protected ArcgisFeatureTable getPersistenceBackend(String featureServiceUrl) throws CygnusRuntimeError {

if (arcgisPersistenceBackend.containsKey(featureServiceUrl)) {
LOGGER.debug("Using persistenceBackend which contains key for Feature table: " + featureServiceUrl);
return arcgisPersistenceBackend.get(featureServiceUrl);
} else {
LOGGER.debug("Creating new persistenceBackend for Feature table: " + featureServiceUrl);
Expand Down

0 comments on commit 1162cee

Please sign in to comment.