mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
increase timeout value from 15s to 45. ought to be enough for anybody
This commit is contained in:
parent
05a4e86cdb
commit
32cd0f3c4d
@ -72,7 +72,7 @@ const ensureStreamCloses = function (stream, id, ms) {
|
||||
// this can only be a timeout error...
|
||||
console.log("stream close error:", err, id);
|
||||
}
|
||||
}), ms || 15000), []);
|
||||
}), ms || 45000), []);
|
||||
};
|
||||
|
||||
// readMessagesBin asynchronously iterates over the messages in a channel log
|
||||
|
||||
Loading…
Reference in New Issue
Block a user