Commit f9c6e8b9 authored by aliiohs's avatar aliiohs

expose maxWheelTimeSpan

parent aabda770
......@@ -39,13 +39,14 @@ import (
)
const (
maxReadBufLen = 4 * 1024
netIOTimeout = 1e9 // 1s
period = 60 * 1e9 // 1 minute
pendingDuration = 3e9
defaultQLen = 1024
maxIovecNum = 10
MaxWheelTimeSpan = 900e9 // 900s, 15 minute
maxReadBufLen = 4 * 1024
netIOTimeout = 1e9 // 1s
period = 60 * 1e9 // 1 minute
pendingDuration = 3e9
defaultQLen = 1024
maxIovecNum = 10
//MaxWheelTimeSpan 900s, 15 minute
MaxWheelTimeSpan = 900e9
defaultSessionName = "session"
defaultTCPSessionName = "tcp-session"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment