tun2: check phi failures a lot more often
This commit is contained in:
parent
bb255b81f1
commit
ee51b41f3a
|
@ -157,7 +157,7 @@ func (s *Server) ListenAndServe() error {
|
|||
|
||||
go func() {
|
||||
for {
|
||||
time.Sleep(5 * time.Second)
|
||||
time.Sleep(time.Second)
|
||||
|
||||
now := time.Now()
|
||||
|
||||
|
|
Loading…
Reference in New Issue