Skip to content

Commit

Permalink
new update
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueStorm001 committed Oct 8, 2021
1 parent dffb487 commit 471ed05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gsql.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ func (s *Serve) GetORM() *ORM {
case <-orm.chanComplete:
return
case <-time.After(time.Second * time.Duration(s.Timeout)):
orm.Close()
orm.Dispose()
}
}(c)
Expand Down

0 comments on commit 471ed05

Please sign in to comment.