UNPKG

@resin/pinejs

Version:

Pine.js is a sophisticated rules-driven API engine that enables you to define rules in a structured subset of English. Those rules are used in order for Pine.js to generate a database schema and the associated [OData](http://www.odata.org/) API. This make

34 lines 702 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.migrator = exports.db = exports.cache = void 0; exports.cache = { permissionsLookup: { max: 5000, }, parsePermissions: { max: 100000, }, parseOData: { max: 100000, }, odataToAbstractSql: { max: 10000, }, abstractSqlCompiler: { max: 10000, }, apiKeys: { max: 10000, maxAge: 5 * 60 * 1000, }, }; exports.db = { poolSize: 50, idleTimeoutMillis: 30000, connectionTimeoutMillis: 30000, }; exports.migrator = { lockTimeout: 5 * 60 * 1000, lockFailDelay: 20 * 1000, }; //# sourceMappingURL=env.js.map