Skip to content

Commit

Permalink
Increase the connection purgeTime to a day.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 637245418
Change-Id: Iaaad412c1afcd8e6e6f3a211e4280847232e5336
  • Loading branch information
Sax Authors authored and copybara-github committed May 25, 2024
1 parent aeffd86 commit 0321e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saxml/client/go/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
const (
sleepTime = 5 * time.Second
fastPurgeTime = 10 * time.Second
purgeTime = 60 * time.Minute
purgeTime = 24 * time.Hour
dialTimeout = 2 * time.Second
)

Expand Down

0 comments on commit 0321e87

Please sign in to comment.