summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/net/ssh/gateway.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/gateway.rb b/lib/net/ssh/gateway.rb
index 83bf671..49be1b1 100644
--- a/lib/net/ssh/gateway.rb
+++ b/lib/net/ssh/gateway.rb
@@ -190,7 +190,7 @@ class Net::SSH::Gateway
@thread = Thread.new do
while @active
@session_mutex.synchronize do
- @session.process(0.1)
+ @session.process(0.001)
end
Thread.pass
end