tun2: check phi failures a lot more often

This commit is contained in:
Cadey Ratio 2017-04-05 15:26:44 -07:00
parent bb255b81f1
commit ee51b41f3a
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ func (s *Server) ListenAndServe() error {
go func() {
for {
time.Sleep(5 * time.Second)
time.Sleep(time.Second)
now := time.Now()