Changeset 699 in code
- Timestamp:
- Nov 17, 2021, 11:12:40 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r698 r699 1032 1032 1033 1033 func sanityCheckServer(ctx context.Context, addr string) error { 1034 ctx, cancel := context.WithTimeout(ctx, 30*time.Second)1034 ctx, cancel := context.WithTimeout(ctx, 15*time.Second) 1035 1035 defer cancel() 1036 1036
Note:
See TracChangeset
for help on using the changeset viewer.