UNPKG

@aws-amplify/core

Version:
9 lines (7 loc) 279 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Default buffer constants export const BUFFER_SIZE = 1000; export const FLUSH_SIZE = 100; export const FLUSH_INTERVAL = 5 * 1000; // 5s export const RESEND_LIMIT = 5;