Skip to content

Commit f64c7b1

Browse files
committed
chore: Fix lint
1 parent e6b0c09 commit f64c7b1

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,9 @@ public class DatastoreOptions extends ServiceOptions<Datastore, DatastoreOptions
5555
public static final String LOCAL_HOST_ENV_VAR = "DATASTORE_EMULATOR_HOST";
5656

5757
// Default to a slightly larger channel count to handle a larger initial QPS. The initial
58-
// configuration
59-
// should be able to handle a max of ~500 QPS as each gRPC channel can handle 100 max streams
60-
// (limited
61-
// by Google Middleware). This default relies on the ChannelPool to resize according to the
62-
// client's
63-
// average load.
58+
// configuration should be able to handle a max of ~500 QPS as each gRPC channel can handle
59+
// 100 max streams (limited by Google Middleware). This default relies on the ChannelPool
60+
// to resize according to the client's average load.
6461
public static final int INIT_CHANNEL_COUNT = 5;
6562
// Default to be larger than Gax's default (2) to better scale with spikes in requests
6663
static final int CHANNEL_POOL_DEFAULT_RESIZE_DELTA = 5;

0 commit comments

Comments
 (0)