summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_spanningtree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index 8da6fe43e..edbb3506b 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -569,7 +569,7 @@ class TreeSocket : public InspSocket
// default is a high value, which if we dont have this
// channel will let the other side apply their modes.
- time_t ourTS = time(NULL)+20;
+ time_t ourTS = time(NULL)+600;
chanrec* us = Srv->FindChannel(channel);
if (us)
{