analytics/src/main/java/com/amazonaws/services/timestream/TimestreamInitializer.java [26:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        final ClientConfiguration clientConfiguration = new ClientConfiguration()
                .withMaxConnections(5000)
                .withRequestTimeout(20 * 1000)
                .withMaxErrorRetry(10);

        this.writeClient = AmazonTimestreamWriteClientBuilder
                .standard()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



analytics/src/main/java/com/amazonaws/services/timestream/TimestreamSink.java [55:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        final ClientConfiguration clientConfiguration = new ClientConfiguration()
                .withMaxConnections(5000)
                .withRequestTimeout(20 * 1000)
                .withMaxErrorRetry(10);

        this.writeClient = AmazonTimestreamWriteClientBuilder
                .standard()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



