UNPKG

@splitsoftware/splitio

Version:
21 lines (20 loc) 691 B
import { packageVersion } from './version'; export var defaults = { core: { // Default is true. IPAddressesEnabled: true }, startup: { // Stress the request time used while starting up the SDK. requestTimeoutBeforeReady: 15, // How many quick retries we will do while starting up the SDK. retriesOnFailureBeforeReady: 1, // Maximum amount of time used before notifies me a timeout. readyTimeout: 15, // Don't wait a specific time for first flush on Node, no page load here. eventsFirstPushWindow: 0 }, features: '.split', // Instance version. version: "nodejs-" + packageVersion, };