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 e4988fc commit 9cd4a93Copy full SHA for 9cd4a93
src/commands/IrcPlumbCommand.ts
@@ -22,7 +22,7 @@ import { logMessage } from "../LogProxy";
22
import { KickPowerLevel } from "../models/room_kinds";
23
import { ConferenceMatrixClient } from "../ConferenceMatrixClient";
24
25
-const PLUMB_WAIT_MS = 1000;
+const PLUMB_WAIT_MS = 10000;
26
27
export class IrcPlumbCommand implements ICommand {
28
public readonly prefixes = ["plumb-irc"];
0 commit comments