Skip to content

Commit a04b5c5

Browse files
committed
increase bambu ftp timeout
1 parent ee81026 commit a04b5c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mods/bambu/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ module.exports = async (server) => {
150150
}
151151

152152
async function ftp_open(args = {}) {
153-
const client = new Client();
153+
const client = new Client(300000); // 5 minute timeout for large files
154154
const port = parseInt(args.port || 990);
155155
const host = args.host || "localhost";
156156
const user = args.user || "bblp";

0 commit comments

Comments
 (0)