Home Reference Source

core/datastore/sync/utils.js

/**
 * @private
 */
export const syncCollectionName = 'kinvey_sync';

/**
 * @private
 */
export const maxEntityLimit = 10000;

/**
 * @private
 */
export const defaultPullSortField = '_kmd.ect';