UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

14 lines (12 loc) 391 B
'use strict'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_KINESIS_CONFIG = void 0; exports.DEFAULT_KINESIS_CONFIG = { bufferSize: 1000, flushSize: 100, flushInterval: 5000, resendLimit: 5, }; //# sourceMappingURL=constants.js.map