Skip to content

Commit 11346a3

Browse files
committed
chore: set new channel pool defaults as package-private
1 parent 7bc97f7 commit 11346a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/DatastoreOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public class DatastoreOptions extends ServiceOptions<Datastore, DatastoreOptions
5656
public static final String PROJECT_ID_ENV_VAR = "DATASTORE_PROJECT_ID";
5757
public static final String LOCAL_HOST_ENV_VAR = "DATASTORE_EMULATOR_HOST";
5858
public static final int INIT_CHANNEL_COUNT = 5;
59-
public static final int CHANNEL_POOL_DEFAULT_RESIZE_DELTA = 5;
60-
public static final int CHANNEL_POOL_MAX_RPCS_PER_CHANNEL = 100;
59+
static final int CHANNEL_POOL_DEFAULT_RESIZE_DELTA = 5;
60+
static final int CHANNEL_POOL_MAX_RPCS_PER_CHANNEL = 100;
6161
public static final int MIN_CHANNEL_COUNT = 1;
6262

6363
@ObsoleteApi("This constant is obsolete and will be removed in a future version")

0 commit comments

Comments
 (0)