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 ee81026 commit a04b5c5Copy full SHA for a04b5c5
1 file changed
mods/bambu/init.js
@@ -150,7 +150,7 @@ module.exports = async (server) => {
150
}
151
152
async function ftp_open(args = {}) {
153
- const client = new Client();
+ const client = new Client(300000); // 5 minute timeout for large files
154
const port = parseInt(args.port || 990);
155
const host = args.host || "localhost";
156
const user = args.user || "bblp";
0 commit comments