Skip to content

Commit

Permalink
indexing changes for #1046
Browse files Browse the repository at this point in the history
  • Loading branch information
djtfmartin committed Sep 13, 2024
1 parent f67f008 commit b2c76ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private static KeyValueStore<GeocodeRequest, GeocodeResponse> creatKvStore(Pipel
ClientConfiguration.builder()
.withBaseApiUrl(api)
.withFileCacheMaxSizeMb(config.getGeocode().getWsCacheSizeMb())
.withTimeOut(config.getGeocode().getWsTimeoutSec() * 1000)
.withTimeOut(config.getGeocode().getWsTimeoutSec() * 1000)
.build();

String zk = config.getGeocode().getZkConnectionString();
Expand Down

0 comments on commit b2c76ad

Please sign in to comment.