@apify/consts
Advanced tools
Comparing version 2.16.0 to 2.17.0
@@ -245,4 +245,4 @@ "use strict"; | ||
var ACTOR_LIMITS = { | ||
// Total amount of memory for the build container. Must be less than or equal to the maximum of the free plan! | ||
BUILD_DEFAULT_MEMORY_MBYTES: 2048, | ||
// The actualy used limit is taken from private package @apify-packages/consts | ||
BUILD_DEFAULT_MEMORY_MBYTES: 4096, | ||
// Maximum duration of build in seconds. | ||
@@ -349,3 +349,3 @@ BUILD_TIMEOUT_SECS: 1800, | ||
[ENV_VARS.PROXY_HOSTNAME]: "proxy.apify.com", | ||
[ENV_VARS.PROXY_PORT]: 8e3 .toString(), | ||
[ENV_VARS.PROXY_PORT]: 8e3.toString(), | ||
[ENV_VARS.CONTAINER_PORT]: DEFAULT_CONTAINER_PORT.toString(), | ||
@@ -352,0 +352,0 @@ [ENV_VARS.CONTAINER_URL]: `http://localhost:${DEFAULT_CONTAINER_PORT}` |
{ | ||
"name": "@apify/consts", | ||
"version": "2.16.0", | ||
"version": "2.17.0", | ||
"description": "Tools and constants shared across Apify projects.", | ||
@@ -45,3 +45,3 @@ "main": "./index.js", | ||
}, | ||
"gitHead": "f4c9ad70f62ae8f60e1fa541f451fd8e1184c4d9" | ||
"gitHead": "20c014ca5dc2c64c5d99295020b826ffb0c166ee" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126471