"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const DEFAULT_REQUEST_TIMEOUT = { ajax: 2 * 60 * 1000, page: 25 * 1000, }; exports.default = DEFAULT_REQUEST_TIMEOUT;module.exports = exports.default;