We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1302185 commit 314635dCopy full SHA for 314635d
plugins-server/cloud9.core/ide-plugin.js
@@ -62,6 +62,8 @@ module.exports = function setup(options, imports, register) {
62
name: options.name || workspaceId,
63
version: options.version || null,
64
requirejsConfig: {
65
+ // http://requirejs.org/docs/api.html#config-waitSeconds
66
+ waitSeconds: 0, // disable timeout for slow connections
67
baseUrl: staticPrefix,
68
paths: imports.static.getRequireJsPaths(),
69
packages: imports.static.getRequireJsPackages()
0 commit comments