A fork of npm mendixmodelsdk
Use to to keep customizations and bugfixes for the npm module while updating.
To publish changes navigate to package and run npm publish
package.json
- Line: 2
//Original
"name": "mendixmodelsdk",
// Updated
"name": "@gajduk/mendixmodelsdk",
/dist/sdk/internal/RestTransportation.js
- Line: 9
// Original
const SHORT_TIMEOUT = 1 * 60 * 1000;
const LONG_TIMEOUT = 15 * 60 * 1000;
// Updated
const SHORT_TIMEOUT = 5 * 60 * 1000;
const LONG_TIMEOUT = 45 * 60 * 1000;