Skip to content

Commit

Permalink
Update rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau committed Oct 11, 2023
1 parent c4e5824 commit bd4b9f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class BigQueryAsyncStandardFlush implements DestinationFlushFunction {

// TODO remove this once the async framework supports rate-limiting/backpressuring
private static final RateLimiter rateLimiter = RateLimiter.create(0.06);
private static final RateLimiter rateLimiter = RateLimiter.create(0.07);

private final BigQuery bigQuery;
private final Supplier<ConcurrentMap<AirbyteStreamNameNamespacePair, AbstractBigQueryUploader<?>>> uploaderMap;
Expand Down

0 comments on commit bd4b9f2

Please sign in to comment.