mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 11:56:53 +00:00
csv file change
This commit is contained in:
@@ -65,7 +65,7 @@ func (s *Mux) NewConn() (*conn, error) {
|
||||
return nil, err
|
||||
}
|
||||
//set a timer timeout 30 second
|
||||
timer := time.NewTimer(time.Second * 30)
|
||||
timer := time.NewTimer(time.Minute * 2)
|
||||
defer timer.Stop()
|
||||
select {
|
||||
case <-conn.connStatusOkCh:
|
||||
|
Reference in New Issue
Block a user